TcxVerticalGridFilterBox Class
Contains the find panel settings in vertical grid controls.
Declaration
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.
Inheritance
See Also