Skip to main content

RichEditControl.HandleWindowClose Property

Gets or sets whether RichEditControl should be disposed of when a window is closed.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public bool HandleWindowClose { get; set; }

#Property Value

Type Description
Boolean

true to prevent RichEditControl from being disposed of when a Window is closed; otherwise, false. Default is false.

See Also