Back to Devexpress

OptionsField Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-60933c17.md

latest2.0 KB
Original Source

OptionsField Class

Provides access to options that control the display of a field’s sort and filter buttons.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class OptionsField :
    ViewBaseOptions
vb
Public Class OptionsField
    Inherits ViewBaseOptions

The following members return OptionsField objects:

Remarks

Use the LayoutViewColumn.OptionsField object to access properties provided by the OptionsField class.

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions OptionsField

See Also

OptionsField Members

OptionsField

DevExpress.XtraGrid.Views.Layout Namespace