ITemplatedItemsView<TItem> Interface
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.
generic <typename TItem>
where TItem : BindableObjectpublic interface class ITemplatedItemsView : Microsoft::Maui::Controls::IItemsView<TItem>
public interface ITemplatedItemsView<TItem> : Microsoft.Maui.Controls.IItemsView<TItem> where TItem : BindableObject
type ITemplatedItemsView<'Item (requires 'Item :> BindableObject)> = interface
interface IItemsView<'Item (requires 'Item :> BindableObject)>
Public Interface ITemplatedItemsView(Of TItem)
Implements IItemsView(Of TItem)
Type Parameters
- TItem
- Derived
- Implements
-
IItemsView<TItem>
Properties
ListProxy | |
TemplatedItems |
Methods
CreateDefault(Object) | (Inherited from IItemsView<T>) |
SetupContent(T, Int32) | (Inherited from IItemsView<T>) |
UnhookContent(T) | (Inherited from IItemsView<T>) |
Events
PropertyChanged |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.