TcxCustomGridTableViewStyles.FilterBox Property
Specifies the style for the filter box.
Declaration
property FilterBox: TcxStyle index vsFilterBox read; write;
Property Value
| Type | Description |
|---|---|
| TcxStyle | Stores appearance settings for a UI element. |
Remarks
The FilterBox property allows you to define the appearance (that is, font and background color) of the filter box.
The following image demonstrates the filter box filled with the clWebDeepSkyBlue color ($00FFBF00):

See Also