Skip to main content
A newer version of this page is available. .

VGridControlBase.FindFilterText Property

Gets the text displayed in the Find Panel‘s edit box.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string FindFilterText { get; set; }

Property Value

Type Description
String

A string that specifies the text displayed in the Find Panel‘s edit box.

See Also