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

ToolboxElementBase.BeginGroupCaption Property

Gets or sets the caption for the item subgroup that the current item starts.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public virtual string BeginGroupCaption { get; set; }

Property Value

Type Default Description
String *null*

A Stringvalue that specifies the caption for the item subgroup that the current item starts.

Remarks

If the current item starts a subgroup of items (see ToolboxElementBase.BeginGroup), the BeginGroupCaption property allows you to specify a caption for the subgroup.

The figure below shows a sample ToolboxControl displaying its items arranged into groups and subgroups with captions.

ToolboxControl_Subgroups

See Also