Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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