Back to Devexpress

IModelLayoutManagerOptions.CaptionColon Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellayoutmanageroptions-9fde6bbd.md

latest1.7 KB
Original Source

IModelLayoutManagerOptions.CaptionColon Property

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

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(":")]
string CaptionColon { get; set; }
vb
<DefaultValue(":")>
Property CaptionColon As String

Property Value

TypeDefaultDescription
String":"

A string used to separate layout items and their captions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CaptionColon
IModelOptions

.LayoutManagerOptions .CaptionColon

|

Remarks

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

See Also

IModelLayoutManagerOptions Interface

IModelLayoutManagerOptions Members

DevExpress.ExpressApp.Model Namespace