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 Fields

The provider of attached properties, which define how to export the text value of a particular dependency object.
Name Description
FontFamilyProperty static Identifies the TextExportSettings.FontFamily attached property.
FontSizeProperty static Identifies the TextExportSettings.FontSize attached property.
FontStyleProperty static Identifies the TextExportSettings.FontStyle attached property.
FontWeightProperty static Identifies the TextExportSettings.FontWeight attached property.
HorizontalAlignmentProperty static Identifies the TextExportSettings.HorizontalAlignment attached property.
NoTextExportProperty static Identifies the TextExportSettings.NoTextExport attached property.
PaddingProperty static Identifies the TextExportSettings.Padding attached property.
TextDecorationsProperty static Identifies the TextExportSettings.TextDecorations dependency property.
TextProperty static Identifies the TextExportSettings.Text attached property.
TextTrimmingProperty static Identifies the TextExportSettings.TextTrimming attached property.
TextValueFormatStringProperty static Identifies the TextExportSettings.TextValueFormatString attached property.
TextValueProperty static Identifies the TextExportSettings.TextValue attached property.
TextWrappingProperty static Identifies the TextExportSettings.TextWrapping attached property.
VerticalAlignmentProperty static Identifies the TextExportSettings.VerticalAlignment attached property.
XlsExportNativeFormatProperty static Identifies the TextExportSettings.XlsExportNativeFormat dependency property.
XlsxFormatStringProperty static Identifies the TextExportSettings.XlsxFormatString dependency property.
See Also