Class
GridViewPinButton

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 RadPathButton.PathGeometryPropertyRadPathButton.PathStylePropertyRadPathButton.ContentPlacementPropertyRadPathButton.ContentMarginPropertyRadPathButton.OnApplyTemplate()RadPathButton.OnContentPlacementChanged(Dock, Dock)RadPathButton.OnContentTemplateChanged(DataTemplate, DataTemplate)RadPathButton.OnCreateAutomationPeer()RadPathButton.OnContentChanged(object, object)RadPathButton.PathGeometryRadPathButton.PathStyleRadPathButton.ContentPlacementRadPathButton.ContentMarginRadButton.HoverDelayPropertyRadButton.CornerRadiusPropertyRadButton.IsBackgroundVisiblePropertyRadButton.ActivateEventRadButton.HoverEventRadButton.OnActivate()RadButton.OnHover()RadButton.OnClick()RadButton.OnLostFocus(RoutedEventArgs)RadButton.OnGotFocus(RoutedEventArgs)RadButton.OnMouseEnter(MouseEventArgs)RadButton.OnMouseLeave(MouseEventArgs)RadButton.OnMouseMove(MouseEventArgs)RadButton.OnIsPressedChanged(DependencyPropertyChangedEventArgs)RadButton.HoverDelayRadButton.CornerRadiusRadButton.IsBackgroundVisibleRadButton.ActivateRadButton.Hover

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

IsPinned

Gets or sets a value that indicates whether the button is pinned or not.

Declaration

cs-api-definition
public bool IsPinned { get; set; }

Property Value

bool

true if the button is pinned; otherwise, false. The registered default is false.

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

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadPathButton.OnInitialized(EventArgs)