Skip to main content
A newer version of this page is available. .

ReportToolbarEditorCaptionSettings.ShowColon Property

For internal use. Overrides the ShowColon property of the EditorCaptionSettings class.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

A Boolean value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowColon
Reporting DocumentViewerReportToolbarProperties
.CaptionSettings.ShowColon
ReportToolbar
.CaptionSettings.ShowColon
ASP.NET Web Forms Controls MVCxReportToolbar
.CaptionSettings.ShowColon
ReportToolbarSettings
.CaptionSettings.ShowColon
See Also