Class RadControlsExtensions
Provides attached properties for RadControls.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public static class RadControlsExtensions : Object
Fields
ShouldCloseParentPopupOnClickProperty
The Dependency property ShouldCloseParentPopupOnClickProperty.
Declaration
public static readonly DependencyProperty ShouldCloseParentPopupOnClickProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetShouldCloseParentPopupOnClick(DependencyObject)
Gets the value of the attached property ShouldCloseParentPopupOnClick.
Declaration
public static bool GetShouldCloseParentPopupOnClick(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The Dependency object to get value from. |
Returns
System.Boolean
The boolean value of ShouldCloseParentPopupOnClick. |
SetShouldCloseParentPopupOnClick(DependencyObject, Boolean)
Sets the value of the attached property ShouldCloseParentPopupOnClick.
Declaration
public static void SetShouldCloseParentPopupOnClick(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The Dependency object to set value to. |
System.Boolean
value
The boolean value of ShouldCloseParentPopupOnClick. |