Skip to main content

ReadOnlyTextPropertiesBase.Visible Property

Gets whether all characters in the current DocumentText object are visible.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

bool Visible { get; }

Property Value

Type Description
Boolean

true, if the characters are visible; otherwise, false.

See Also