Method GetMode
| Improve this Doc View SourceGetMode(UIElement)
Gets the grid cell mode for specified element. This is the getter of Mode attached property.
Declaration
public static GridCellMode? GetMode(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The specified element. |
Returns
Type | Description |
---|---|
System.Nullable<GridCellMode> | The grid cell mode. |