Show / Hide Table of Contents

Method GetMode

| Improve this Doc View Source

GetMode(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest