Class DropDownButtonExtensions
This class represents extension methods and attached properties for the RadDropDownButton control.
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.Windows.DependencyProperty
The identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property. |
Methods
GetFocusContentOnOpen(DependencyObject)
Gets a value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.
Declaration
public static bool GetFocusContentOnOpen(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The DropDownButton. |
Returns
System.Boolean
A value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened. |
SetFocusContentOnOpen(DependencyObject, Boolean)
Sets a value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.
Declaration
public static void SetFocusContentOnOpen(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The DropDownButton. |
System.Boolean
value
A value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened. |