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

TcxVerticalGridFilterBox Class

Contains the find panel settings in vertical grid controls.

#Declaration

Delphi
TcxVerticalGridFilterBox = class(
    TcxControlOptionsFilterBox
)

#Remarks

This class does not introduce any new public members. It only sets the cxSvgFilterCustomizeButtonCaption and cxSvgFilterIsEmpty resource strings as the Customize… button’s caption and the default message for the empty filter panel (that is, without any data filtering criteria).

Refer to the ancestor class description for detailed information on available options.

A vertical grid control’s FilterBox property references a TcxVerticalGridFilterBox object.

See Also