Back to Devexpress

GridView.OptionsCustomization Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-822d741e.md

latest2.0 KB
Original Source

GridView.OptionsCustomization Property

Provides access to the View’s customization options.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsCustomization OptionsCustomization { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsCustomization As GridOptionsCustomization

Property Value

TypeDescription
GridOptionsCustomization

A GridOptionsCustomization object containing the View’s customization options.

|

Remarks

The object returned provides a set of Boolean properties specifying the functionality currently available to end-users. Please refer to the GridOptionsCustomization class description for a list of available options and their descriptions.

See Also

OptionsColumn

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace