TileViewOptionsEditForm.AllowHtmlCaptions Property
In This Article
Gets or sets whether HTML formatting can be applied to column captions displayed within an Edit Form.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if HTML formatting can be applied to column captions displayed within an Edit Form; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
Tile |
|
#Remarks
In a Tile View, column captions (GridColumn.Caption) are displayed within an Edit Form. If the AllowHtmlCaptions property is set to true, you can use HTML tags to format column captions. For information on supported formatting tags, see HTML Text Formatting.
See Also