TcxvgOptionsBehavior.RowFiltering Property
Specifies if row headers can display filter dropdown buttons.
Declaration
property RowFiltering: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
Remarks
Values include:
Value | Description |
---|---|
bFalse | Filter dropdown buttons are always hidden. |
bTrue | Editor rows whose Properties.Options.Filtering properties are set to True display filter dropdown buttons in row headers according to the header filter button visibility criterion defined by the vertical grid control’s OptionsView.ShowRowHeaderFilterButton property. |
bDefault | Allows the cxControlDefaultItemFiltering global constant value to determine if row headers can display filter dropdown buttons. If the constant’s value is True, each editor row whose filtering functionality is enabled displays a filter dropdown button in a header; otherwise – filter dropdown buttons are always hidden. |
The RowFiltering property’s default value is bDefault.
See Also