Back to Devexpress

CharacterStyle.Primary Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterstyle-6a38a868.md

latest1.1 KB
Original Source

CharacterStyle.Primary Property

Gets or sets whether the style is primary for the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool Primary { get; set; }
vb
Property Primary As Boolean

Property Value

TypeDescription
Boolean

true , if the style is primary; otherwise, false.

|

See Also

CharacterStyle Interface

CharacterStyle Members

DevExpress.XtraRichEdit.API.Native Namespace