RadControls for Silverlight

The TableDefinition class defines the data model of a tabular data source. It contains information about the field descriptors(columns) and hierarchy settings. This is an abstract class that is used by the data binding logic. Controls such as RadGridView inherit and provide their specific implementations.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public abstract class TableDefinition : DependencyObject, 
	INotifyPropertyChanged
Visual Basic
Public MustInherit Class TableDefinition _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

See Also