Back to Devexpress

Table.Description Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-43416b27.md

latest1.4 KB
Original Source

Table.Description Property

Gets or sets the alternative description for a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string Description { get; set; }
vb
Property Description As String

Property Value

TypeDescription
String

The detailed explanation of table content.

|

Remarks

The Title and Description properties provide the alternative, text-based representation of table content. This information can be useful for users with vision or cognitive impairments who may not be able to see or understand the object.

See Also

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace