Class GridItemPatternIdentifiers
Contains values used as automation property identifiers specifically for properties of the IGridItemProvider pattern.
Inheritance
System.Object
GridItemPatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class GridItemPatternIdentifiers
Fields
| Improve this Doc View SourceColumnProperty
Identifies the Column automation property.
Declaration
public static readonly AutomationProperty ColumnProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ColumnSpanProperty
Identifies the ColumnSpan automation property.
Declaration
public static readonly AutomationProperty ColumnSpanProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
ContainingGridProperty
Identifies the ContainingGrid automation property.
Declaration
public static readonly AutomationProperty ContainingGridProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
RowProperty
Identifies the Row automation property.
Declaration
public static readonly AutomationProperty RowProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
RowSpanProperty
Identifies the RowSpan automation property.
Declaration
public static readonly AutomationProperty RowSpanProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |