Class GridViewPinButton
GridViewPinButton is an user interface (UI) element used to freeze its corresponding row on scrolling.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewPinButton : RadPathButton
Constructors
GridViewPinButton()
Declaration
public GridViewPinButton()
Fields
IsPinnedProperty
Identifies the IsPinnedProperty dependency property.
Declaration
public static readonly DependencyProperty IsPinnedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsPinned
Gets or sets a value that indicates whether the button is pinned or not.
Declaration
public bool IsPinned { get; set; }
Property Value
System.Boolean
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |