FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / DefaultSize Property

In This Topic
    DefaultSize Property (RowCollection)
    In This Topic
    Gets or sets a value that indicates the size (width or height) in pixels for row and column objects in this collection.
    Syntax
    'Declaration
     
    Public Property DefaultSize As Double
    public double DefaultSize {get; set;}
    See Also