Back to Devexpress

GroupControl.ShowCaption Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-50488a93.md

latest1.4 KB
Original Source

GroupControl.ShowCaption Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public virtual bool ShowCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Overridable Property ShowCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

Text

CaptionLocation

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace