PropertyGridControl.OptionsView Property
In This Article
Provides access to the vertical grid’s display options.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PGridOptionsView OptionsView { get; }
#Property Value
Type | Description |
---|---|
PGrid |
A PGrid |
#Remarks
This property provides access to a set of properties that specify display options for the grid’s elements.
See Also