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

ColumnView.OptionsFind Property

Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public ColumnViewOptionsFind OptionsFind { get; }

Property Value

Type Description
ColumnViewOptionsFind

A ColumnViewOptionsFind object.

Remarks

See Find Panel to learn more.

See Also