Back to Devexpress

ToolboxControl.OptionsBehavior Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-5a00ea65.md

latest1.4 KB
Original Source

ToolboxControl.OptionsBehavior Property

Provides access to the options that specify the control behavior, such as selection and scrolling modes.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public ToolboxOptionsBehavior OptionsBehavior { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsBehavior As ToolboxOptionsBehavior

Property Value

TypeDescription
ToolboxOptionsBehavior

AToolboxOptionsBehavior object that comprises the toolbox behavior options.

|

Remarks

This property provides access to a set of properties that specify behavior options for the toolbox, such as selection and scrolling modes.

See Also

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace