Back to Devexpress

TileViewOptionsEditForm.AllowHtmlCaptions Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionseditform.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
public virtual bool AllowHtmlCaptions { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property AllowHtmlCaptions As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

HTML-inspired Text Formatting

TileViewOptionsEditForm Class

TileViewOptionsEditForm Members

DevExpress.XtraGrid.Views.Tile Namespace