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

GroupControl.ShowCaption Property

Gets or sets whether the group’s caption is displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
[SmartTagProperty("Show Caption", "", 2, SmartTagActionType.RefreshBoundsAfterExecute)]
public virtual bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the group’s caption; otherwise, false.

See Also