Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgOptionsBehavior.RowFiltering Property

Specifies if row headers can display filter dropdown buttons.

#Declaration

Delphi
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