Skip to main content
All docs
V19.1

EditFormPreparedEventArgs.Panel Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.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