ColumnSyncBehavior
Class
Represents a class that synchronizes two collections of GridViewColumns.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class ColumnSyncBehavior
Inheritance: objectColumnSyncBehavior
Constructors
Initializes a new instance of the ColumnSyncBehavior class.
C#
public ColumnSyncBehavior(RadGridView grid, INotifyCollectionChanged columns)
Fields
ColumnsProperty
DependencyProperty
Represents the Columns attached property.
C#
public static readonly DependencyProperty ColumnsProperty
Methods
Gets the Columns property.
C#
public static INotifyCollectionChanged GetColumns(DependencyObject dependencyObject)
Sets the Columns property.
C#
public static void SetColumns(DependencyObject dependencyObject, INotifyCollectionChanged columns)