Show / Hide Table of Contents

Class TableItemPatternIdentifiers

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

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

Fields

| Improve this Doc View Source

ColumnHeaderItemsProperty

Identifies the automation property that retrieves all the column headers associated with a table item or cell.

Declaration
public static readonly AutomationProperty ColumnHeaderItemsProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

| Improve this Doc View Source

RowHeaderItemsProperty

Identifies the automation property that retrieves all the row headers associated with a table item or cell.

Declaration
public static readonly AutomationProperty RowHeaderItemsProperty
Field Value
Type Description
AutomationProperty

The automation property identifier.

  • Improve this Doc
  • View Source