LayoutView.OptionsView Property
Provides access to the View’s appearance options.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsView OptionsView { get; }
Property Value
Type | Description |
---|---|
LayoutViewOptionsView | A LayoutViewOptionsView object containing the View’s appearance options. |
Remarks
The OptionsView object provides a set of properties controlling how the LayoutView is displayed onscreen.. See the list of members of the LayoutViewOptionsView class for information on the available options.
See Also