ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridViewProperties Class / CellsAreaMargin Property

In This Topic
    CellsAreaMargin Property (DataGridViewProperties)
    In This Topic
    Gets the margin of the cells area. Zero if there are no grouped columns.
    Syntax
    'Declaration
     
    
    Public Property CellsAreaMargin As Thickness
    public Thickness CellsAreaMargin {get; set;}
    See Also