ComponentOne DataGrid for WPF and Silverlight
ChangingColumns Property (DataGridGroupChangingEventArgs)

C1.Silverlight.DataGrid Namespace > DataGridGroupChangingEventArgs Class : ChangingColumns Property
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

Reference

DataGridGroupChangingEventArgs Class
DataGridGroupChangingEventArgs Members