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

PropertyGridControl.OptionsFind Property

Provides access to find panel options.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PGridOptionsFind OptionsFind { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind

A DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind object that comprises options specific to the find panel.

See Also