Class DropDownButtonExtensions
This class represents extension methods and attached properties for the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class DropDownButtonExtensions : Object
Fields
FocusContentOnOpenProperty
Gets the identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.
Declaration
public static readonly DependencyProperty FocusContentOnOpenProperty
Field Value
System. The identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property. |
Methods
GetFocusContentOnOpen(DependencyObject)
Gets a value that indicates whether the corresponding Rad
Declaration
public static bool GetFocusContentOnOpen(DependencyObject obj)
Parameters
System. The DropDownButton. |
Returns
System. A value that indicates whether the corresponding Rad |
SetFocusContentOnOpen(DependencyObject, Boolean)
Sets a value that indicates whether the corresponding Rad
Declaration
public static void SetFocusContentOnOpen(DependencyObject obj, bool value)
Parameters
System. The DropDownButton. |
System. A value that indicates whether the corresponding Rad |