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.Name Property

Specifies the character style’s public name in the parent document.

#Declaration

Delphi
property Name: string read; write;

#Property Value

Type
string

#Remarks

Use this property to assign a meaningful name to the character style. The Rich Edit control’s automatically generated Styles Gallery displays the Name property values with the corresponding text samples for all primary character styles.

{Image}

You can use the Name property value to access the style via the parent document’s character style collection’s Self property if the name is unique.

The default Name property value is an empty string.

See Also