Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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