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

SplitContainerControl.ShowCaption Property

Gets or sets whether the split container’s caption is displayed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public override bool ShowCaption { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

To display the control’s caption, set the ShowCaption property to true and the PanelControl.BorderStyle property to any value except BorderStyles.NoBorder.

Use the control’s PanelControl.Text property to specify the caption.

See Also