WinExplorerView.OptionsBehavior Property
In This Article
Gets the object that stores behavior settings.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.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 |
---|---|
Win |
A Win |
#Remarks
Use the OptionsBehavior
property to specify behavior settings.
See Also