Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolboxElementBase.BeginGroupCaption Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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