Skip to main content

GroupControl.ShowCaption Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public virtual bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also