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

SplitterControl.ShowSplitGlyph Property

Gets or sets whether to display the split glyph.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowSplitGlyph { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A value that specifies the spit glyph’s visibility. The DefaultBoolean.Default value, if the paint theme (skin) controls the split glyph visibility.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Certain skins (for example, ‘The Bezier’) hide split glyphs by default. To forcibly show a split glyph, set the ShowSplitGlyph property to True:

splitglyph.png

See Also