[]
The ViewCellStyle class represents the styles for the cell in the dropdown view of the C1MultiColumnCombo control.
public class ViewCellStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| ViewCellStyle() |
| Name | Description |
|---|---|
| BackColor | Gets or sets the color used to paint the cell background. |
| Font | Gets or sets the font used to paint text in the cell. |
| ForeColor | Gets or sets the color of the text in the cell. |
| ImageAlign | Gets or sets the image alignment. |
| Margins | Gets or sets the margins between the edges of the cell and its contents, in pixels. |
| Parent | |
| SearchBackColor | Gets or sets the background color of the searched text in the cell. |
| TextAlign | Gets or sets the text alignment. |
| Trimming | Gets or sets a value that indicating how to trim characters that do not fit in the space available. |
| WordWrap | Gets or sets a value that indicates whether long strings should automatically wrap within the cell. |
| Name | Description |
|---|---|
| Copy(BaseStyle) | |
| ResetBackColor() | Restores the default value of the BackColor property. |
| ResetFont() | Restores the default value of the Font property. |
| ResetForeColor() | Restores the default value of the ForeColor property. |
| ResetImageAlign() | Restores the default value of the ImageAlign property. |
| ResetMargins() | Restores the default value of the Margins property. |
| ResetSearchBackColor() | Restores the default value of the SearchBackColor property. |
| ResetTextAlign() | Restores the default value of the TextAlign property. |
| ResetTrimming() | Restores the default value of the Trimming property. |
| ResetWordWrap() | Restores the default value of the WordWrap property. |
| ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
| ShouldSerializeFont() | Specifies whether to save the value of the Font property. |
| ShouldSerializeForeColor() | Specifies whether to save the value of the ForeColor property. |
| ShouldSerializeImageAlign() | Specifies whether to save the value of the ImageAlign property. |
| ShouldSerializeMargins() | Specifies whether to save the value of the Margins property. |
| ShouldSerializeSearchBackColor() | Specifies whether to save the value of the SearchBackColor property. |
| ShouldSerializeTextAlign() | Specifies whether to save the value of the TextAlign property. |
| ShouldSerializeTrimming() | Specifies whether to save the value of the Trimming property. |
| ShouldSerializeWordWrap() | Specifies whether to save the value of the WordWrap property. |