Skip to main content
A newer version of this page is available. .

LayoutViewColumn.OptionsField Property

Contains options that control the display of a field’s sort and filter buttons.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

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