SpreadsheetControl.SetUseDefaultSvgImages(DependencyObject, SpreadsheetControl) Method
In This Article
Sets the value of the SpreadsheetControl.UseDefaultSvgImages 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 SetUseDefaultSvgImages(
DependencyObject element,
SpreadsheetControl value
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
A Dependency |
value | Spreadsheet |
The new Spreadsheet |
See Also