Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public virtual bool AllowHtmlCaptions { get; set; }

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
.OptionsEditForm .AllowHtmlCaptions

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