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

IModelLayoutManagerOptions.CaptionColon Property

Specifies a string used to separate layout items and their captions.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(":")]
string CaptionColon { get; set; }

Property Value

Type Default Description
String ":"

A string used to separate layout items and their captions.

Property Paths

You can access this nested property as listed below:

Object Type Path to CaptionColon
IModelOptions
.LayoutManagerOptions.CaptionColon

Remarks

By default, a colon sign is used as a separator.

See Also