Show / Hide Table of Contents

Class GridPatternIdentifiers

Contains values used as automation property identifiers specifically for properties of the IGridProvider pattern.

Inheritance
System.Object
GridPatternIdentifiers
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 GridPatternIdentifiers

Fields

| Improve this Doc View Source

ColumnCountProperty

Identifies the ColumnCount automation property.

Declaration
public static readonly AutomationProperty ColumnCountProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowCountProperty

Identifies the RowCount automation property.

Declaration
public static readonly AutomationProperty RowCountProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source