This class represents extension methods and attached properties for the RadDropDownButton control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public static class DropDownButtonExtensions
Inheritance: objectDropDownButtonExtensions
Fields
FocusContentOnOpenProperty
DependencyProperty
Gets the identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.
public static readonly DependencyProperty FocusContentOnOpenProperty
The identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.
Methods
Gets a value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.
public static bool GetFocusContentOnOpen(DependencyObject obj)
The DropDownButton.
Returns:A value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.
Sets a value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.
public static void SetFocusContentOnOpen(DependencyObject obj, bool value)
The DropDownButton.
valueboolA value that indicates whether the corresponding RadDropDownButton will auto-focus its content when opened.