Back to Devexpress

AutoGeneratingColumnEventHandler Delegate

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-52dd5c1d.md

latest972 B
Original Source

AutoGeneratingColumnEventHandler Delegate

A method that will handle the DataGridView.AutoGeneratingColumn event.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public delegate void AutoGeneratingColumnEventHandler(
    object sender,
    AutoGeneratingColumnEventArgs e
);

Parameters

NameType
senderObject
eAutoGeneratingColumnEventArgs

See Also

DevExpress.XamarinForms.DataGrid Namespace