Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TextExportSettings Attached Properties

The provider of attached properties, which define how to export the text value of a particular dependency object.
Name Description
FontFamily static Gets or sets the font family name of the text.
FontSize static Gets or sets the size of the text font.
FontStyle static Gets or sets the style of the text font.
FontWeight static Gets or sets the weight of the text font.
HorizontalAlignment static Gets or sets the horizontal text alignment.
NoTextExport static Gets or sets the value indicating whether it is necessary to export the current object if it doesn’t contain any text.
Padding static Gets or sets text paddings.
Text static Gets or sets the custom text to be displayed within an object.
TextDecorations static Specifies the text decorations (such as underline or strikeout) available in the exported document. This is a dependency property. This is an attached property.
TextTrimming static Specifies the text trimming mode. This is an attached property.
TextValue static Gets or sets the text value to be converted to TextExportSettings.Text.
TextValueFormatString static Gets or sets the format string to be applied to a TextExportSettings.TextValue.
TextWrapping static Gets or sets a value specifying how the text should be wrapped.
VerticalAlignment static Gets or sets the vertical text alignment.
XlsExportNativeFormat static Specifies whether a brick’s content is exported to XLS (or XLSX) as text, or as a value. This is a dependency property. This is an attached property.
XlsxFormatString static Specifies the format string applied when exporting to an Excel file (XLS or XLSX). This is a dependency property. This is an attached property.
See Also