Skip to main content

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.v14.2.dll

#Declaration

public bool ShowBorder { get; set; }

#Property Value

Type Description
Boolean

true to show the border; otherwise, false.

See Also