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

TextExportSettings.GetXlsxFormatString(DependencyObject) Method

Gets the value of the ExportSettingDefaultValue.TextValueFormatString attached property from a given object.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static string GetXlsxFormatString(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An object whose ExportSettingDefaultValue.TextValueFormatString property’s value must be returned.

Returns

Type Description
String

The value of the ExportSettingDefaultValue.TextValueFormatString attached property for the specified object.

See Also