GridViewPinButton
Class
GridViewPinButton is an user interface (UI) element used to freeze its corresponding row on scrolling.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewPinButton : RadPathButton
Inheritance: objectRadButtonRadPathButtonGridViewPinButton
Inherited Members
Constructors
C#
public GridViewPinButton()
Fields
IsPinnedProperty
DependencyProperty
Identifies the IsPinnedProperty dependency property.
C#
public static readonly DependencyProperty IsPinnedProperty
Properties
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: