ReportParametersPanelEditorCaptionSettings.ShowColon Property
Specifies whether the colon sign is displayed after the caption text.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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 |
|
|
ASP.NET MVC Extensions | 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