ClassGridViewPinButton
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:
cs-api-definition
public class GridViewPinButton : RadPathButton
Inheritance: objectRadButtonRadPathButtonGridViewPinButton
Inherited Members
Constructors
GridViewPinButton()
Declaration
cs-api-definition
public GridViewPinButton()
Fields
IsPinnedProperty
Identifies the IsPinnedProperty dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsPinnedProperty
Field Value
DependencyProperty
Properties
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides