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

ReportParametersPanelEditorCaptionSettings.ShowColon Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to show the colon; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowColon
Reporting ASPxDocumentViewer
ReportParametersPanel
.CaptionSettings .ShowColon
ASP.NET Web Forms Controls DocumentViewerSettings

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