Back to Devexpress

ToolboxElementBase.BeginGroupCaption Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxelementbase-a88cd3a8.md

latest1.9 KB
Original Source

ToolboxElementBase.BeginGroupCaption Property

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

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual string BeginGroupCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property BeginGroupCaption As String

Property Value

TypeDefaultDescription
Stringnull

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

ToolboxElementBase Class

ToolboxElementBase Members

DevExpress.XtraToolbox Namespace