Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.08 KB

automationproperties_itemtype.md

File metadata and controls

30 lines (17 loc) · 1.08 KB
-api-id -api-type
P:Windows.UI.Xaml.Automation.AutomationProperties.ItemType
winrt attachedproperty

Windows.UI.Xaml.Automation.AutomationProperties.ItemType

-description

Gets or sets a description of the type of the specified element.

-remarks

ItemType is used to obtain information about items in a list, tree view, or data grid. For example, an item in a file directory view might be a "Document File" or a "Folder".

When ItemType is supported, the string must match the application UI language or the operating system default UI language.

-see-also

XAML attached properties

-examples