Skip to main content

LayoutItem.AddColonToLabel Property

Gets or sets whether the colon character is appended to the current layout item's label. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public bool AddColonToLabel { get; set; }

#Property Value

Type Description
Boolean

true if the colon character is appended to the current layout item's label; otherwise, false.

#Remarks

To customize this setting for all layout items within a DataLayoutControl, use the DataLayoutControl.AddColonToItemLabels property. The AddColonToLabel property overrides the DataLayoutControl.AddColonToItemLabels setting.

See Also