Back to Devexpress

DataLayoutControl.AddColonToItemLabels Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-datalayoutcontrol-5554d864.md

latest1.5 KB
Original Source

DataLayoutControl.AddColonToItemLabels Property

Gets or sets whether the colon character is appended to layout item labels. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool AddColonToItemLabels { get; set; }
vb
Public Property AddColonToItemLabels As Boolean

Property Value

TypeDescription
Boolean

true if the colon character is appended to layout item labels; otherwise, false.

|

Remarks

To customize this setting for individual layout items, use the LayoutItem.AddColonToLabel property.

See Also

AddColonToLabel

DataLayoutControl Class

DataLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace