TextExportSettings.TextValueFormatString Attached Property
Gets or sets the format string to be applied to a TextExportSettings.TextValue.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetTextValueFormatString(DependencyObject) and SetTextValueFormatString(DependencyObject, String).
Returns
Type | Description |
---|---|
String | A String value, representing the format string. |
See Also