Back to Devexpress

EditFormEventArgsBase.Panel Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-editformeventargsbase-14d28ccb.md

latest1.3 KB
Original Source

EditFormEventArgsBase.Panel Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public Control Panel { get; }
vb
Public ReadOnly Property Panel As Control

Property Value

TypeDescription
Control

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

|

See Also

EditFormEventArgsBase Class

EditFormEventArgsBase Members

DevExpress.XtraGrid.Views.Grid Namespace