New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

Inherited Members TableDefinition.CopyPropertiesFrom(TableDefinition)TableDefinition.DataSourceTableDefinition.RelationTableDefinition.ChildTableDefinitionsTableDefinition.PropertyChanged

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)
Parameters:sourceTableDefinition

Overrides: TableDefinition.CopyChildTableDefinitionsFrom(TableDefinition)

Creates a child table definition of the correct inherited type.

C#
protected override TableDefinition CreateChildTableDefinition()
Returns:

TableDefinition

Overrides: TableDefinition.CreateChildTableDefinition()