ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupChangingEventArgs Class / ChangingColumns Property

In This Topic
    ChangingColumns Property (DataGridGroupChangingEventArgs)
    In This Topic
    Gets the columns will be grouped if this event is not cancelled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChangingColumns As DataGridColumnValue(Of DataGridSortDirection)()
    public DataGridColumnValue<DataGridSortDirection>[] ChangingColumns {get;}

    Property Value

    The columns will be grouped if this event is not cancelled.
    See Also