ColumnView.OptionsFind Property
In This Article
Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public ColumnViewOptionsFind OptionsFind { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
#Remarks
See Find Panel to learn more.
See Also