Skip to main content

ReportParametersPanelEditorCaptionSettings.ShowColon Property

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

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

true, to show the colon; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowColon
ASP.NET MVC Extensions DocumentViewerSettings
.NET Reporting Tools ASPxDocumentViewer
ReportParametersPanel
.CaptionSettings .ShowColon

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