ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / AutoGeneratedColumns Event

In This Topic
    AutoGeneratedColumns Event (C1DataGrid)
    In This Topic
    Occurs after all the auto-generated columns are created.
    Syntax
    'Declaration
     
    
    Public Event AutoGeneratedColumns As EventHandler
    public event EventHandler AutoGeneratedColumns
    Remarks
    You can use this event to reorder the auto-generated columns by setting the DataGridColumn.DisplayIndex of the columns.
    See Also