New to Telerik UI for WPFStart a free 30-day trial

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 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

C#
public GridViewPinButton()

Fields

IsPinnedProperty

DependencyProperty

Identifies the IsPinnedProperty dependency property.

C#
public static readonly DependencyProperty IsPinnedProperty

Properties

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

C#
public bool IsPinned { get; set; }
Property Value:

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

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: RadPathButton.OnInitialized(EventArgs)