SpreadsheetControl.SetUseDefaultSvgImages(DependencyObject, SpreadsheetControl) Method
Sets the value of the SpreadsheetControl.UseDefaultSvgImages attached property for the specified object.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
public static void SetUseDefaultSvgImages(
DependencyObject element,
SpreadsheetControl value
)
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | A DependencyObject whose SpreadsheetControl.UseDefaultSvgImages attached property should be set. |
value | SpreadsheetControl | The new SpreadsheetControl.UseDefaultSvgImages attached property value. |
See Also