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

ColumnView.IsFindPanelVisible Property

Gets whether the Find Panel is visible.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public bool IsFindPanelVisible { get; }

Property Value

Type Description
Boolean

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

See Also