[]
The DataFilterCaptionStyle contains display attributes that determine the general appearance of the filter captions on the screen.
public class DataFilterCaptionStyle : BaseTextElementStyle
| Name | Description |
|---|---|
| Expanded | Gets style containing display attributes that determine the general appearance of expanded filter. |
| FilterClearGlyph | Gets style containing display attributes that determine the general appearance of the clear filter button glyph on the screen. |
| Glyph | Gets style containing display attributes that determine the general appearance of the glyph on the screen. |
| HorizontalAlignment | Gets or sets the horizontal text alignment. |
| Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
| Pressed | Gets style containing display attributes that determine the general appearance of pressed element on the screen. |
| VerticalAlignment | Gets or sets the vertical text alignment. |
| WordWrap | Gets or sets whether text should be allowed to wrap. |
| Name | Description |
|---|---|
| ResetExpanded() | Restores the default value of the Expanded property. |
| ResetFilterClearGlyph() | |
| ResetGlyph() | |
| ResetHorizontalAlignment() | Restores the default value of the HorizontalAlignment property. |
| ResetHot() | Restores the default value of the Hot property. |
| ResetPressed() | Restores the default value of the Pressed property. |
| ResetVerticalAlignment() | Restores the default value of the VerticalAlignment property. |
| ResetWordWrap() | |
| ShouldSerializeExpanded() | Specifies whether to save the value of the Expanded property. |
| ShouldSerializeFilterClearGlyph() | |
| ShouldSerializeGlyph() | |
| ShouldSerializeHorizontalAlignment() | Specifies whether to save the value of the HorizontalAlignment property. |
| ShouldSerializeHot() | Specifies whether to save the value of the Hot property. |
| ShouldSerializePressed() | Specifies whether to save the value of the Pressed property. |
| ShouldSerializeVerticalAlignment() | Specifies whether to save the value of the VerticalAlignment property. |
| ShouldSerializeWordWrap() |