EditorCaptionSettingsBase.ShowColon Property
Specifies whether the colon sign is displayed after the caption text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ShowColon |
|---|---|---|
| ASP.NET MVC Extensions | MVCxImageEditProperties |
|
| MVCxProgressBarProperties |
|
|
| ASP.NET Web Forms Controls | ASPxProgressBar |
|
| ASPxStaticEdit |
|
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