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.
|
IsOrientationFlippedProperty
Declaration
public static readonly DependencyProperty IsOrientationFlippedProperty
Field Value
Microsoft.
|
IsTodayProperty
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
Properties
IsCommandAttached
Declaration
public bool IsCommandAttached { get; }
Property Value
System.
|
IsOrientationFlipped
Declaration
public bool IsOrientationFlipped { get; set; }
Property Value
System.
|
IsToday
Declaration
public bool IsToday { get; set; }
Property Value
System.
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnPointerCaptureLost(PointerRoutedEventArgs)
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
UpdateVisualStates(Boolean)
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
System.
|