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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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