Skip to main content

EditFormPreparedEventArgs.EditForm Property

Provides access to the Edit Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public XtraForm EditForm { get; }

Property Value

Type Description
XtraForm

An object that specifies the Edit Form.

See Also