Back to Devexpress

WinExplorerView.OptionsBehavior Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-3fafaa26.md

latest2.1 KB
Original Source

WinExplorerView.OptionsBehavior Property

Gets the object that stores behavior settings.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public WinExplorerViewOptionsBehavior OptionsBehavior { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsBehavior As WinExplorerViewOptionsBehavior

Property Value

TypeDescription
WinExplorerViewOptionsBehavior

A WinExplorerViewOptionsBehavior object that stores the common View’s behavior settings.

|

Remarks

Use the OptionsBehavior property to specify behavior settings.

See Also

OptionsView

OptionsSelection

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace