BaseLayoutItem.CaptionLocation Property
In This Article
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
#Property Value
Type | Description |
---|---|
Caption |
A Caption |
#Remarks
To specify a caption, use the BaseLayoutItem.Caption property.
Changing the caption's location is supported for LayoutControlItem objects.
See Also