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.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

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 ReportToolbarSettings
.CaptionSettings .ShowColon
See Also