GridView.OptionsFind Property
Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridViewOptionsFind OptionsFind { get; }
Property Value
Type | Description |
---|---|
GridViewOptionsFind | A GridViewOptionsFind object. |
Remarks
See Find Panel to learn more.
See Also