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

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.v18.2.dll

Declaration

[DXCategory("Options")]
public ToolboxOptionsBehavior OptionsBehavior { get; }

Property Value

Type Description
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