ButtonBehaviors
Class
Provides a set of behaviors for the Button control within the Telerik Windows Controls framework.
Definition
Namespace:Telerik.Windows.Controls.Buttons
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class ButtonBehaviors
Inheritance: objectButtonBehaviors
Fields
EnableClickOnTouchProperty
DependencyProperty
Identifies the EnableClickOnTouch attached property.
C#
public static readonly DependencyProperty EnableClickOnTouchProperty
Methods
Gets the EnableClickOnTouch attached property.
C#
public static bool GetEnableClickOnTouch(DependencyObject obj)
Sets the EnableClickOnTouch attached property.
C#
public static void SetEnableClickOnTouch(DependencyObject obj, bool value)