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

IdxRichEditCharacterStyle Properties
Show Inherited Hide Inherited

Exposes functionality related to character styles in a document.
Name Description
AllCaps Specifies whether a document range is capitalized. Inherited from IdxRichEditCharacterPropertiesBase.
BackColor Specifies the highlight color applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Bold Specifies whether the Bold font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
FontName Specifies a document range‘s font typeface. Inherited from IdxRichEditCharacterPropertiesBase.
FontSize Specifies a document range‘s font size. Inherited from IdxRichEditCharacterPropertiesBase.
ForeColor Specifies a document range‘s font color. Inherited from IdxRichEditCharacterPropertiesBase.
Hidden Specifies whether the Hidden font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
IsDeleted Identifies whether the character style is marked as deleted in the parent document.
Italic Specifies whether the Italic font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
LinkedStyle
Name Specifies the character style’s public name in the parent document.
Parent Specifies a parent style for the current character style.
Primary Specifies whether the character style is primary for a parent document.
Strikeout Specifies whether strikeout is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
StrikeoutColor Specifies the color applied to strikeout. Inherited from IdxRichEditCharacterPropertiesBase.
Subscript Specifies whether the Subscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Superscript Specifies whether the Superscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Underline Specifies the type of underline applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
UnderlineColor Specifies the underline color. Inherited from IdxRichEditCharacterPropertiesBase.
See Also