Skip to main content
All docs
V25.1
  • EditFormPreparedEventArgs.Panel Property

    Gets the Edit Form’s root panel.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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