Back to Devexpress

IModelLayoutManagerOptions.EnableCaptionColon Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellayoutmanageroptions-da6cffcb.md

latest1.8 KB
Original Source

IModelLayoutManagerOptions.EnableCaptionColon Property

Specifies whether a colon is used in captions displayed for View Items.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(true)]
bool EnableCaptionColon { get; set; }
vb
<DefaultValue(True)>
Property EnableCaptionColon As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to use a colon when displaying View Item captions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCaptionColon
IModelOptions

.LayoutManagerOptions .EnableCaptionColon

|

Remarks

By default, this property is set to true.

See Also

Detail View Layout Customization

IModelLayoutManagerOptions Interface

IModelLayoutManagerOptions Members

DevExpress.ExpressApp.Model Namespace