WinExplorerView.OptionsBehavior Property
Gets the object that stores behavior settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v25.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
Use the OptionsBehavior
property to specify behavior settings.
See Also