[]
The DropDownViewStyles class represents the styles for the dropdown view of the C1MultiColumnCombo control which contains display attributes that determine the appearance of control.
public class DropDownViewStyles : BaseStyle
| Name | Description |
|---|---|
| Alternate | Gets or sets the style used to paint scrollable cells of view in alternate rows. |
| Fixed | Gets or sets the style used to paint fixed cells. |
| Focus | Gets or sets the style used to paint the current cell when the control has focus. |
| Highlight | Gets or sets the style used to paint highlighted selected cells. |
| Hover | Gets or sets the style used to paint hovered cells. |
| Normal | Gets or sets the default style used to paint scrollable cells. |
| Search | Gets or sets the style used to paint the cell selected while auto-searching. |
| SelectedColumnHeader | Gets or sets the style used to paint selected column headers. |
| SelectedRowHeader | Gets or sets the style used to paint selected row headers. |
| Name | Description |
|---|---|
| ResetAlternate() | Restores the default value of the Alternate property. |
| ResetFixed() | Restores the default value of the Fixed property. |
| ResetFocus() | Restores the default value of the Focus property. |
| ResetHighlight() | Restores the default value of the Focus property. |
| ResetHover() | Restores the default value of the Alternate property. |
| ResetNormal() | Restores the default value of the Normal property. |
| ResetSearch() | Restores the default value of the Search property. |
| ResetSelectedColumnHeader() | Restores the default value of the SelectedColumnHeader property. |
| ResetSelectedRowHeader() | Restores the default value of the Alternate property. |
| ShouldSerializHighlight() | Specifies whether to save the value of the Highlight property. |
| ShouldSerializeAlternate() | Specifies whether to save the value of the Alternate property. |
| ShouldSerializeFixed() | Specifies whether to save the value of the Fixed property. |
| ShouldSerializeFocus() | Specifies whether to save the value of the Focus property. |
| ShouldSerializeHover() | Specifies whether to save the value of the Alternate property. |
| ShouldSerializeNormal() | Specifies whether to save the value of the Normal property. |
| ShouldSerializeSearch() | Specifies whether to save the value of the Search property. |
| ShouldSerializeSelectedColumnHeader() | Specifies whether to save the value of the SelectedColumnHeader property. |
| ShouldSerializeSelectedRowHeader() | Specifies whether to save the value of the Alternate property. |