Skip to main content
Tab

EditorCaptionSettingsBase.ShowColon Property

Specifies whether the colon sign is displayed after the caption text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, to show the colon sign; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowColon
ASP.NET MVC Extensions MVCxImageEditProperties
.CaptionSettings .ShowColon
MVCxProgressBarProperties
.CaptionSettings .ShowColon
ASP.NET Web Forms Controls ASPxProgressBar
.CaptionSettings .ShowColon
ASPxStaticEdit
.CaptionSettings .ShowColon

Remarks

An editor’s caption can be specified using the ASPxEditBase.Caption property. Use the ShowColon property to specify whether the colon sign is displayed after the caption text.

See Also