Provides attached properties for RadControls.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public static class RadControlsExtensions
Inheritance: objectRadControlsExtensions
Fields
ShouldCloseParentPopupOnClickProperty
DependencyProperty
The Dependency property ShouldCloseParentPopupOnClickProperty.
C#
public static readonly DependencyProperty ShouldCloseParentPopupOnClickProperty
Methods
Gets the value of the attached property ShouldCloseParentPopupOnClick.
C#
public static bool GetShouldCloseParentPopupOnClick(DependencyObject obj)
The Dependency object to get value from.
Returns:The boolean value of ShouldCloseParentPopupOnClick.
Sets the value of the attached property ShouldCloseParentPopupOnClick.
C#
public static void SetShouldCloseParentPopupOnClick(DependencyObject obj, bool value)
The Dependency object to set value to.
valueboolThe boolean value of ShouldCloseParentPopupOnClick.