[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.DropDownViewStyles

DropDownViewStyles Class

The DropDownViewStyles class represents the styles for the dropdown view of the C1MultiColumnCombo control which contains display attributes that determine the appearance of control.

Inheritance
DropDownViewStyles
Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.8.dll
Syntax
public class DropDownViewStyles : BaseStyle

Properties

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.

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.

Methods

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.