Skip to main content

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

public GridColumn PrevFocusedColumn { get; }

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