Skip to main content
.NET 6.0+

IModelLayoutManagerOptions.CaptionColon Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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