VirtualizingPanel.ItemContainerGenerator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that identifies the ItemContainerGenerator for this VirtualizingPanel.
public:
property ItemContainerGenerator ^ ItemContainerGenerator { ItemContainerGenerator ^ get(); };
ItemContainerGenerator ItemContainerGenerator();
public ItemContainerGenerator ItemContainerGenerator { get; }
var itemContainerGenerator = virtualizingPanel.itemContainerGenerator;
Public ReadOnly Property ItemContainerGenerator As ItemContainerGenerator
Property Value
The ItemContainerGenerator for this VirtualizingPanel.