Grid Attached Properties
.NET Framework (current version)
Namespace:
System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Column | Gets or sets a value that indicates which column child content within a Grid should appear in. |
![]() ![]() | ColumnSpan | Gets or sets a value that indicates the total number of columns that child content spans within a Grid. |
![]() ![]() | IsSharedSizeScope | Gets or sets a value that indicates that multiple Grid elements are sharing size information. |
![]() ![]() | Row | Gets or sets a value that indicates which row child content within a Grid should appear in. |
![]() ![]() | RowSpan | Gets or sets a value that indicates the total number of rows that child content spans within a Grid. |
Show:

