Skip to main content

GroupControl.ShowCaption Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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