Show / Hide Table of Contents

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 Source

ColumnProperty

Identifies the Column automation property.

Declaration
public static readonly AutomationProperty ColumnProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

ColumnSpanProperty

Identifies the ColumnSpan automation property.

Declaration
public static readonly AutomationProperty ColumnSpanProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

ContainingGridProperty

Identifies the ContainingGrid automation property.

Declaration
public static readonly AutomationProperty ContainingGridProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowProperty

Identifies the Row automation property.

Declaration
public static readonly AutomationProperty RowProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowSpanProperty

Identifies the RowSpan automation property.

Declaration
public static readonly AutomationProperty RowSpanProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source