WinExplorerView.OptionsBehavior Property
Gets the object that stores the common View’s behavior settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
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 WinExplorerViewOptionsBehavior OptionsBehavior { get; }
Property Value
Type | Description |
---|---|
WinExplorerViewOptionsBehavior | A WinExplorerViewOptionsBehavior object that stores the common View’s behavior settings. |
Remarks
The OptionsBehavior property provides access to a set of Boolean properties which are common to all available View Styles. These options control the View’s behavior.
See Also