Skip to main content

BaseLayoutItem.CaptionLocation Property

Gets or sets the position of the item's caption. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

[XtraSerializableProperty]
public CaptionLocation CaptionLocation { get; set; }

#Property Value

Type Description
CaptionLocation

A CaptionLocation value that specifies the position where the caption is displayed.

#Remarks

To specify a caption, use the BaseLayoutItem.Caption property.

Changing the caption's location is supported for LayoutControlItem objects.

See Also