PropertyGridControl.OptionsFind Property
Provides access to find panel options.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PGridOptionsFind OptionsFind { get; }
Property Value
Type | Description |
---|---|
PGridOptionsFind | A DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind object that comprises options specific to the find panel. |
See Also