TableItemPatternIdentifiers.RowHeaderItemsProperty Property

Definition

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

public:
 static property AutomationProperty ^ RowHeaderItemsProperty { AutomationProperty ^ get(); };
static AutomationProperty RowHeaderItemsProperty();
public static AutomationProperty RowHeaderItemsProperty { get; }
var automationProperty = TableItemPatternIdentifiers.rowHeaderItemsProperty;
Public Shared ReadOnly Property RowHeaderItemsProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to