ClassGroupHeaderButton
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class GroupHeaderButton : RadButton, ICommandSource
Inheritance: objectRadButtonGroupHeaderButton
Implements:
Inherited Members
Constructors
GroupHeaderButton()
Initializes a new instance of the GroupHeaderButton class.
Declaration
public GroupHeaderButton()
Fields
IsCommandAttachedProperty
Identifies the IsCommandAttached read only DependencyProperty.
Declaration
public static readonly DependencyProperty IsCommandAttachedProperty
Field Value
DependencyProperty
IsOrientationFlippedProperty
Identifies the IsOrientationFlipped read only DependencyProperty.
Declaration
public static readonly DependencyProperty IsOrientationFlippedProperty
Field Value
DependencyProperty
IsTodayProperty
Identifies the IsToday DependencyProperty.
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation DependencyProperty.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
IsCommandAttached
Gets a Boolean property indicating if a command has been set to the button.
IsOrientationFlipped
Gets a Boolean property indicating whether the button's orientation is flipped in relation to its header.
IsToday
Gets or Sets whether the button should highlight as Today.
Orientation
Gets or Sets the orientation of the button.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. .
Declaration
protected override void OnApplyTemplate()
OnPointerCaptureLost(PointerRoutedEventArgs)
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
UpdateVisualStates(bool)
Updates the visual states.
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
useTransitions
If set to true use transitions.