RadGrid for ASP.NET

RadGrid Send comments on this topic.
Summary Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : Summary Property


Gets or sets the 'summary' attribute for the respective table.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
<LocalizableAttribute(True)>
Public Overridable Property Summary As String
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As String
 
instance.Summary = value
 
value = instance.Summary
C# 
[LocalizableAttribute(true)]
public virtual string Summary {get; set;}

Return Value

A string representation of the 'summary' attribute for the respective table.

Remarks

This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. This property is a part of Telerik RadGrid accessibility features.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also