C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumnCollection Class / DefaultSize Property
In This Topic
DefaultSize Property (GridColumnCollection)
In This Topic
Gets or sets the default size for the items in the collection.
Syntax
public Nullable<GridLength> DefaultSize {get; set;}
See Also