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

VGridControlBase.FindPanelVisible Property

Gets or sets whether the Find Panel is visible.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool FindPanelVisible { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the Find Panel is visible; otherwise, false.

See Also