FocusedColumnChangedEventArgs.PrevFocusedColumn Property
Gets the previously focused column.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
GridColumn | A GridColumn object representing the previously focused column. null (Nothing in Visual Basic) if no column was previously focused. |
See Also