Back to Devexpress

TileView.SelectedHtmlText Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-a8bb02ee.md

latest1.3 KB
Original Source

TileView.SelectedHtmlText Property

Returns the text content of currently selected HTML elements. Use the OptionsHtmlTemplate.AllowContentSelection property to specify whether users can select HTML elements at runtime.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public string SelectedHtmlText { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedHtmlText As String

Property Value

TypeDescription
String

The text content of currently selected HTML elements.

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace