Back to Devexpress

GridControl.Load Event

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-090cebd4.md

latest1.0 KB
Original Source

GridControl.Load Event

Fires when a grid control is displayed for the first time.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Grid")]
public event EventHandler Load
vb
<DXCategory("Grid")>
Public Event Load As EventHandler

Event Data

The Load event's data class is EventArgs.

See Also

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace