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 Is
Declaration
public static readonly DependencyProperty IsPinnedProperty
Field Value
System.
|
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.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |