Class GroupHeaderButton
A RadButton implementation that serves as clickable header button. It's MouseOver and Pressed states will be inactive if no Command is attached.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class GroupHeaderButton : RadButton
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
System.
|
IsTodayProperty
Identifies the IsToday DependencyProperty.
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
System.
|
OrientationProperty
Identifies the Orientation DependencyProperty.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
Properties
IsCommandAttached
Gets a Boolean property indicating if a command has been set to the button.
Declaration
public bool IsCommandAttached { get; }
Property Value
System.
|
IsToday
Gets or Sets whether the button should highlight as Today.
Declaration
public bool IsToday { get; set; }
Property Value
System.
|
Orientation
Gets or Sets the orientation of the button.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes
(such as a rebuilding layout pass) call.
System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
OnIsPressedChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnIsPressedChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.
|
Overrides
OnMouseEnter(MouseEventArgs)
Resets the CommonVisual states.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.
|
Overrides
OnMouseLeave(MouseEventArgs)
Resets the CommonVisual states.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.
|
Overrides
UpdateVisualStates(Boolean)
Updates the visual states.
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
System. If set to |