Back to Devexpress

ToolboxOptionsView.DrawSeparatorText Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxoptionsview-8f84e6c6.md

latest1.7 KB
Original Source

ToolboxOptionsView.DrawSeparatorText Property

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean DrawSeparatorText { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property DrawSeparatorText As DefaultBoolean

Property Value

TypeDefault
DefaultBooleanDefault

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DrawSeparatorText
ToolboxControl

.OptionsView .DrawSeparatorText

|

See Also

ToolboxOptionsView Class

ToolboxOptionsView Members

DevExpress.XtraToolbox Namespace