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

BaseLayoutItem.CustomizationCaption Property

Gets or sets the caption that represents the current item within the Customization Window. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public string CustomizationCaption { get; set; }

Property Value

Type Description
String

A string that specifies the caption that represents the current item within the Customization Window

Remarks

The customization mode and customization window can be activated via the DockLayoutManager.BeginCustomization method.

See Also