FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / DefaultSize Property

In This Topic
    DefaultSize Property (GridRowCollection)
    In This Topic
    Gets or sets the default size for the items in the collection.
    Syntax
    'Declaration
     
    Public Property DefaultSize As Nullable(Of GridLength)
    public Nullable<GridLength> DefaultSize {get; set;}
    See Also