ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCreatingRowEventArgs Class / Type Property

In This Topic
    Type Property (DataGridCreatingRowEventArgs)
    In This Topic
    Gets the type of row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As DataGridRowType
    public DataGridRowType Type {get;}

    Property Value

    The type of row.
    See Also