Skip to main content

CharacterStyle.Primary Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool Primary { get; set; }

Property Value

Type Description
Boolean

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

See Also