Skip to main content

VGridControlBase.FindPanelVisible Property

Gets or sets whether the Find Panel is visible.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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