[]
        
(Showing Draft Content)

C1.WinUI.Grid.TransposedGridCellFactory.OnColumnsChanging

OnColumnsChanging Method

OnColumnsChanging(GridControlAdapterNotifyChange)

Notifies the adapter there will be changed in the model columns.

Declaration
protected override void OnColumnsChanging(GridControlAdapterNotifyChange change)
Protected Overrides Sub OnColumnsChanging(change As GridControlAdapterNotifyChange)
Parameters
Type Name Description
GridControlAdapterNotifyChange change

The change.

Overrides