IModelLayoutManagerOptions.CaptionColon Property
Specifies a string used to separate layout items and their captions.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.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 CaptionColon |
---|---|
IModelOptions |
|
Remarks
By default, a colon sign is used as a separator.
See Also