Class GroupHeaderButton
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupHeaderButton : RadButton, ICommandSource
Constructors
GroupHeaderButton()
Declaration
public GroupHeaderButton()
Fields
IsCommandAttachedProperty
Declaration
public static readonly DependencyProperty IsCommandAttachedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsOrientationFlippedProperty
Declaration
public static readonly DependencyProperty IsOrientationFlippedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsTodayProperty
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
IsCommandAttached
Declaration
public bool IsCommandAttached { get; }
Property Value
|
System.Boolean
|
IsOrientationFlipped
Declaration
public bool IsOrientationFlipped { get; set; }
Property Value
|
System.Boolean
|
IsToday
Declaration
public bool IsToday { get; set; }
Property Value
|
System.Boolean
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnPointerCaptureLost(PointerRoutedEventArgs)
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
UpdateVisualStates(Boolean)
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|