Skip to main content

EditFormPreparedEventArgs.Panel Property

Gets the Edit Form’s root panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public Control Panel { get; }

Property Value

Type Description
Control

An object that specifies the Edit Form’s root panel.

See Also