Show / Hide Table of Contents

Class TablePatternIdentifiers

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

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

Fields

| Improve this Doc View Source

ColumnHeadersProperty

Identifies the automation property that is accessed by the GetColumnHeaders() method.

Declaration
public static readonly AutomationProperty ColumnHeadersProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowHeadersProperty

Identifies the automation property that is accessed by the GetRowHeaders() method.

Declaration
public static readonly AutomationProperty RowHeadersProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowOrColumnMajorProperty

Identifies the RowOrColumnMajor automation property.

Declaration
public static readonly AutomationProperty RowOrColumnMajorProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source