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