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.
|
Methods
GetShouldCloseParentPopupOnClick(DependencyObject)
Gets the value of the attached property ShouldCloseParentPopupOnClick.
Declaration
public static bool GetShouldCloseParentPopupOnClick(DependencyObject obj)
Parameters
System. The Dependency object to get value from. |
Returns
System. 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. The Dependency object to set value to. |
System. The boolean value of ShouldCloseParentPopupOnClick. |