Skip to main content

SplitContainerControl.ShowCaption Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

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