VGridControlBase.OptionsFind Property
In This Article
Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsFind OptionsFind { get; }
#Property Value
Type | Description |
---|---|
VGrid |
The settings controlling the behavior and visibility of the Find Panel and its elements. |
#Remarks
See Find Panel to learn more.
See Also