IModelLayoutManagerOptions.CaptionColon Property
In This Article
Specifies a string used to separate layout items and their captions.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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 Caption |
---|---|
IModel |
|
#Remarks
By default, a colon sign is used as a separator.
See Also