Back to Devexpress

RichEditControl.ShowBorder Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-242de58a.md

latest1.1 KB
Original Source

RichEditControl.ShowBorder Property

Gets or sets whether to display the border of the RichEditControl. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ShowBorder { get; set; }
vb
Public Property ShowBorder As Boolean

Property Value

TypeDescription
Boolean

true to show the border; otherwise, false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace