Class
ButtonBehaviors

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:

cs-api-definition
public static class ButtonBehaviors

Inheritance: objectButtonBehaviors

Fields

EnableClickOnTouchProperty

Identifies the EnableClickOnTouch attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty EnableClickOnTouchProperty

Field Value

DependencyProperty

Methods

GetEnableClickOnTouch(DependencyObject)

Gets the EnableClickOnTouch attached property.

Declaration

cs-api-definition
public static bool GetEnableClickOnTouch(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetEnableClickOnTouch(DependencyObject, bool)

Sets the EnableClickOnTouch attached property.

Declaration

cs-api-definition
public static void SetEnableClickOnTouch(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool