ToolboxElementBase.BeginGroupCaption Property
Gets or sets the caption for the item subgroup that the current item starts.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.1.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.
See Also