Skip to main content
A newer version of this page is available.
All docs
V18.2

EditFormPreparedEventArgs.Panel Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public Control Panel { get; }

Property Value

Type Description
Control

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

Remarks

The Panel is a layout panel within which the Edit Form‘s editors and buttons are arranged.

See Also