Represents a table definition designed to represents data to display in a RadGridView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewTableDefinition : TableDefinition, INotifyPropertyChanged
Inheritance: objectTableDefinitionGridViewTableDefinition
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewTableDefinition class.
C#
public GridViewTableDefinition()
Methods
Copy child table definitions from the source TableDefinition class.
C#
public override void CopyChildTableDefinitionsFrom(TableDefinition source)
Overrides:
Creates a child table definition of the correct inherited type.
C#
protected override TableDefinition CreateChildTableDefinition()
Overrides: