New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:objDependencyObject

The Dependency object to get value from.

Returns:

bool

The boolean value of ShouldCloseParentPopupOnClick.

Sets the value of the attached property ShouldCloseParentPopupOnClick.

C#
public static void SetShouldCloseParentPopupOnClick(DependencyObject obj, bool value)
Parameters:objDependencyObject

The Dependency object to set value to.

valuebool

The boolean value of ShouldCloseParentPopupOnClick.