Class GridViewTableDefinition
Represents a table definition designed to represents data to display in a Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewTableDefinition : TableDefinition, INotifyPropertyChanged
Constructors
GridViewTableDefinition()
Initializes a new instance of the Grid
Declaration
public GridViewTableDefinition()
Methods
CopyChildTableDefinitionsFrom(TableDefinition)
Copy child table definitions from the source Table
Declaration
public override void CopyChildTableDefinitionsFrom(TableDefinition source)
Parameters
Table
|
Overrides
CreateChildTableDefinition()
Creates a child table definition of the correct inherited type.
Declaration
protected override TableDefinition CreateChildTableDefinition()