Skip to main content
A newer version of this page is available. .

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; }

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