SpreadsheetControl.SetSpreadsheet(DependencyObject, SpreadsheetControl) Method
In This Article
Sets the value of the SpreadsheetControl.Spreadsheet attached property for the specified object.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public static void SetSpreadsheet(
DependencyObject element,
SpreadsheetControl value
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
An object for which the Spreadsheet |
value | Spreadsheet |
A Spreadsheet |
See Also