Skip to main content

ReportToolbarEditorCaptionSettings.ShowColon Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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
ASP.NET MVC Extensions ReportToolbarSettings
.CaptionSettings .ShowColon
.NET Reporting Tools DocumentViewerReportToolbarProperties
.CaptionSettings .ShowColon
ReportToolbar
.CaptionSettings .ShowColon
See Also