ToolboxControl.OptionsView Property
In This Article
Provides access to the toolbox display options, such as number of item columns, search box and menu button visibility, etc.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
public ToolboxOptionsView OptionsView { get; }
#Property Value
Type | Description |
---|---|
Toolbox |
A Toolbox |
#Remarks
This property provides access to a set of properties that specify display options for the toolbox elements.
See Also