[]
The DataFilterTheme class represents the theme for the C1DataFilter control which contains display attributes that determine the appearance of control.
public class DataFilterTheme : BaseStyle
| Name | Description |
|---|---|
| Button | Gets DataFilterButtonStyle containing display attributes that determine the general appearance of buttons on the screen. |
| CheckBox | Gets DataFilterCheckBoxStyle containing display attributes that determine the general appearance of the check boxes on the screen. |
| Common | Gets DataFilterCommonStyle containing display attributes that determine the general appearance of the control on the screen. |
| Editor | Gets DataFilterEditorStyle containing display attributes that determine the general appearance of the editors on the screen. |
| Filter | Gets DataFilterFilterStyle containing display attributes that determine the general appearance of the filters on the screen. |
| FilterCaption | Gets DataFilterCaptionStyle containing display attributes that determine the general appearance of the filter captions on the screen. |
| FocusBorderColor | Gets or sets the color of the focus rectangle. |
| Header | Gets DataFilterHeaderStyle containing display attributes that determine the general appearance of the control header on the screen. |
| RangeSlider | Gets the DataFilterRangeSliderStyle that contains display attributes that define the appearance of the range sliders. |
| ScrollBar | Gets DataFilterScrollBarStyle containing display attributes that determine the general appearance of the scroll bars on the screen. |
| ShowFocusBorder | Gets or sets the value indicating whether a control should show the focus rectangle or not. |
| Name | Description |
|---|---|
| ResetButton() | |
| ResetCheckBox() | |
| ResetCommon() | |
| ResetEditor() | |
| ResetFilter() | |
| ResetFilterCaption() | |
| ResetFocusBorderColor() | Restores the default value of the FocusBorderColor property. |
| ResetHeader() | |
| ResetRangeSlider() | |
| ResetScrollbar() | |
| ResetShowFocusBorder() | Restores the default value of the ShowFocusBorder property. |
| ShouldSerializeButton() | |
| ShouldSerializeCheckBox() | |
| ShouldSerializeCommon() | |
| ShouldSerializeEditor() | |
| ShouldSerializeFilter() | |
| ShouldSerializeFilterCaption() | |
| ShouldSerializeFocusBorderColor() | Specifies whether to save the value of the FocusBorderColor property. |
| ShouldSerializeHeader() | |
| ShouldSerializeRangeSlider() | |
| ShouldSerializeScrollBar() | |
| ShouldSerializeShowFocusBorder() | Specifies whether to save the value of the ShowFocusBorder property. |