TileViewOptionsEditForm.AllowHtmlCaptions Property
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.1.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 AllowHtmlCaptions |
---|---|
TileView |
|
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