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

TextSpan Properties
Show Inherited Hide Inherited

A span of document content.
Name Description
AllCaps Gets whether the text span’s characters are capital letters.
BackgroundColor Gets the background color of the text span’s characters.
FontBold Gets whether the text span’s characters are bold.
FontItalic Gets whether the text span’s characters are italicized.
FontName Gets the font name of the text span’s characters.
FontSize Gets the font size of the text span’s characters.
ForegroundColor Gets the font color of the text span’s characters.
Hidden Gets whether the text span’s content is hidden.
HighlightColor Gets the highlight color of the text span’s characters.
Interval Gets the text buffer interval that contains the element. Inherited from DocumentElementBase.
Script Gets the script format of the text span’s characters.
SmallCaps Gets whether the text span’s characters are small capital letters.
Strikeout Gets whether the text span’s characters are strikeout.
Text Gets textual representation of the span content.
Underline Gets whether the text span’s characters are underlined.
UnderlineColor Gets the underline color of the text span’s characters.
UnderlineWordsOnly Gets whether space and tab characters are underlined in addition to other characters.
See Also