Back to Devexpress

ToolboxControl.ShouldDrawOnlyItems Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-1a4c9a8c.md

latest1.3 KB
Original Source

ToolboxControl.ShouldDrawOnlyItems Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldDrawOnlyItems { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
Public Property ShouldDrawOnlyItems As Boolean

Property Value

TypeDefault
Booleanfalse

See Also

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace