GrapeCity.Win.MultiRow Namespace : CellStyle Class |
The following tables list the members exposed by CellStyle.
Name | Description | |
---|---|---|
CellStyle Constructor | Initializes a new instance of the CellStyle class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the Cell. | |
BackgroundGradientEffect | Gets or sets the background gradient effect. | |
Border | Gets or sets the Cell border. | |
CustomWordWrapProvider | Gets or sets the object used to customize the word wrap policy for the cell's value. | |
DataSourceNullValue | Gets or sets the value saved to the data source when the user enters a a null reference (Nothing in Visual Basic) value into a cell. | |
DisabledBackColor | Gets or sets the disabled background color of the Cell. | |
DisabledForeColor | Gets or sets the disabled foreground color of the Cell. | |
DisabledGradientEffect | Gets or sets the gradient effect in the disabled state. | |
EditingBackColor | Gets or sets background color of the Cell editing control when the cell is in edit mode. | |
EditingForeColor | Gets or sets foreground color of the Cell editing control when the cell is in edit mode. | |
Font | Gets or sets the font of the text displayed by the Cell. | |
ForeColor | Gets or sets the foreground color of the Cell. | |
Format | Gets or sets a string that is used to format the textual content of a cell. | |
FormatProvider | Gets or sets the object used to provide culture specific formatting of the cell value. | |
Image | Gets or sets the Cell image. | |
ImageAlign | Gets or sets the image alignment of the Cell. | |
ImeMode | Gets or sets the Input Method Editor (IME) mode of the Cell. | |
ImeSentenceMode | Gets or sets the Input Method Editor (IME) sentence mode of the Cell. | |
InputScope | Gets or sets the Input Scope of the Cell. | |
IsDataSourceNullValueDefault | Gets a value that indicates whether the DataSourceNullValue property is set. | |
IsFormatProviderDefault | Gets a value that indicates whether the FormatProvider property is set. | |
IsNullValueDefault | Gets a value that indicates whether the NullValue property is set. | |
LineAdjustment | Gets or sets how to adjust the text line layout. | |
Margin | Gets or sets the space between cells. | |
MouseOverBackColor | Gets or sets the backcolor of the hover state. | |
MouseOverForeColor | Gets or sets the forecolor of the hover state. | |
MouseOverGradientEffect | Gets or sets the gradient effect in mouse hover state. | |
Multiline | Gets or sets a value that indicates whether the text is shown in multiple lines. | |
NullValue | Gets or sets the displayed value for the cell whose Value is a null reference (Nothing in Visual Basic) or DBNull.Value or DataSourceNullValue. | |
Padding | Gets or sets the space between the edge of a cell and its content. | |
PatternColor | Gets or sets a System.Drawing.Color that indicates which color pattern is drawn on the Cell. | |
PatternStyle | Gets or sets the pattern style when drawing the pattern effect of the Cell. | |
SelectionBackColor | Gets or sets the background color of the Cell when the cell is selected. | |
SelectionForeColor | Gets or sets the foreground color of the Cell when the cell is selected. | |
SelectionGradientEffect | Gets or sets the gradient effect in the selected state. | |
Tag | Gets or sets the object that contains data about the Cell. | |
TextAdjustment | Gets or sets how to adjust the text layout. | |
TextAdjustmentProvider | Gets or sets the object used to customize the text adjustment policy of the cell's value. | |
TextAlign | Gets or sets the text alignment of the Cell. | |
TextAngle | Gets or sets the rotation angle for the text in degrees. | |
TextEffect | Gets or sets how the text is drawn on a graphics surface. | |
TextImageRelation | Gets or sets the relative position between the text and image. | |
TextIndent | Gets or sets the text indent of the Cell. | |
TextVertical | Gets or sets a value that indicates whether the text is shown vertically. | |
UseCompatibleTextRendering | Gets or sets a value that indicates whether to use the compatible text rendering engine (GDI+ or GDI). | |
WordWrap | Gets or sets a value that indicates whether the text content wraps within multiline text. |
Name | Description | |
---|---|---|
ApplyStyle | Applies the specified CellStyle to the current CellStyle. | |
Clone | Creates an exact copy of the CellStyle. | |
ToString | Returns a System.String that represents the CellStyle. |