Skip to main content

ShowFormEventArgs.Parent Property

Gets or sets a parent of the form being shown.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public IWin32Window Parent { get; set; }

Property Value

Type Description
IWin32Window

An IWin32Window object.

See Also