Back to Devexpress

PropertyGridControl.OptionsView Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-adcd2438.md

latest1.7 KB
Original Source

PropertyGridControl.OptionsView Property

Provides access to the vertical grid’s display options.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PGridOptionsView OptionsView { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsView As PGridOptionsView

Property Value

TypeDescription
PGridOptionsView

A PGridOptionsView object which contains the grid’s display options.

|

Remarks

This property provides access to a set of properties that specify display options for the grid’s elements.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace