LayoutViewColumn.OptionsField Property
Contains options that control the display of a field’s sort and filter buttons.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public OptionsField OptionsField { get; }
Property Value
Type | Description |
---|---|
OptionsField | An OptionsField object that contains corresponding options. |
See Also