Skip to main content
A newer version of this page is available. .

EditFormEventArgsBase.Panel Property

Gets the container that arranges editors and buttons on the Edit Form.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public Control Panel { get; }

Property Value

Type Description
Control

The container that arranges editors and buttons on the Edit Form.

See Also