A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.ShowItemCaptionColon Property
Gets or sets a value that specifies whether the colon character is appended to layout item captions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowItemCaptionColon { get; set; }
<DefaultValue(True)>
Public Property ShowItemCaptionColon As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if the colon character is appended to layout item captions; otherwise, false. |
See Also
Feedback