Provides attached properties for the spreadsheet selection behavior.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Utilities
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class SpreadsheetSelectionExtensions
Inheritance: objectSpreadsheetSelectionExtensions
Constructors
C#
public SpreadsheetSelectionExtensions()
Fields
ExpandHeaderSelectionToMergedRangeProperty
DependencyProperty
Identifies the ExpandHeaderSelectionToMergedRange dependency property.
C#
public static readonly DependencyProperty ExpandHeaderSelectionToMergedRangeProperty
Methods
Gets the value of the ExpandHeaderSelectionToMergedRange attached property.
C#
public static bool GetExpandHeaderSelectionToMergedRange(DependencyObject obj)
Sets the value of the ExpandHeaderSelectionToMergedRange attached property.
C#
public static void SetExpandHeaderSelectionToMergedRange(DependencyObject obj, bool value)