ItemsControlAutomationPeer::IsVirtualized Property

.NET Framework (current version)
 

Gets a value that indicates whether the ItemsControlAutomationPeer should return AutomationPeer objects for child items that are not virtualized.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
property bool IsVirtualized {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the ItemsControlAutomationPeer should return AutomationPeer objects for child items that are not virtualized; false if the ItemsControlAutomationPeer should return AutomationPeer objects all child items.

.NET Framework
Available since 4.5
Return to top
Show: