A newer version of this page is available.
Switch to the current version.
WinExplorerView.OptionsBehavior Property
Gets the object that stores the common View's behavior settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public WinExplorerViewOptionsBehavior OptionsBehavior { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsBehavior As WinExplorerViewOptionsBehavior
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
Feedback