ColumnView.FocusedRowLoaded Event
In This Article
Fires when the focused row’s data has been loaded (in Instant Feedback Mode).
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("DataAsync")]
public event RowEventHandler FocusedRowLoaded
#Event Data
The FocusedRowLoaded event's data class is RowEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Row |
Gets the row’s handle (position). For the Column |
See Also