Class SortButton
Inheritance
System.Object
SortButton
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SortButton : Button
Constructors
SortButton()
Declaration
public SortButton()
Fields
IconProperty
Identifies the Syncfusion.UI.Xaml.Grid.SortButton.Icon dependency property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsSortedProperty
Declaration
public static readonly DependencyProperty IsSortedProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Icon
Gets or sets the UIElement of the SortButton.
Declaration
public UIElement Icon { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.UIElement | The |
IsSorted
Declaration
public bool IsSorted { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
OnApplyTemplate()
Builds the visual tree for the SortButton when a new template is applied.
Declaration
protected override void OnApplyTemplate()