Class GridViewTableDefinition
Represents a table definition designed to represents data to display in a RadGridView.
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 GridViewTableDefinition class.
Declaration
public GridViewTableDefinition()
Methods
CopyChildTableDefinitionsFrom(TableDefinition)
Copy child table definitions from the source TableDefinition class.
Declaration
public override void CopyChildTableDefinitionsFrom(TableDefinition source)
Parameters
TableDefinition
source
|
Overrides
CreateChildTableDefinition()
Creates a child table definition of the correct inherited type.
Declaration
protected override TableDefinition CreateChildTableDefinition()
Returns
TableDefinition
|