ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumnReorderingEventArgs Class / TargetColumnIndex Property

In This Topic
    TargetColumnIndex Property (DataGridColumnReorderingEventArgs)
    In This Topic
    Gets or sets the target index of the column.
    Syntax
    'Declaration
     
    
    Public Property TargetColumnIndex As Integer
    public int TargetColumnIndex {get; set;}
    See Also