Skip to main content
Tab

ASPxFormLayout.ShowItemCaptionColon Property

Gets or sets a value that specifies whether the colon character is appended to layout item captions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool ShowItemCaptionColon { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also