FocusedColumnChangedEventArgs.FocusedColumn Property
Gets the currently 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 currently focused column. null (Nothing in Visual Basic) if no column s currently focused. |
See Also