Back to Devexpress

CharacterStyleCollection.Item[String] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterstylecollection-dot-item-x28-system-dot-string-x29.md

latest2.0 KB
Original Source

CharacterStyleCollection.Item[String] Property

Gets the Character Style object specified by its name.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
CharacterStyle this[string name] { get; }
vb
ReadOnly Property Item(name As String) As CharacterStyle

Parameters

NameTypeDescription
nameString

A string specifying the style name.

|

Property Value

TypeDescription
CharacterStyle

A CharacterStyle object which represents the style with the specified name.

|

Remarks

This method searches the collection for the CharacterStyle object whose CharacterStyle.Name property’s value matches the parameter’s value. If no such object is found, the indexer returns null.

See Also

Name

CharacterStyleCollection Interface

CharacterStyleCollection Members

DevExpress.XtraRichEdit.API.Native Namespace