SplitContainerControl.ShowCaption Property
Gets or sets whether the split container’s caption is displayed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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