Interface IVariantRowModel<TData>
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
An item displayed by a IVariantViewModel.
public interface IVariantRowModel<TData>
Type Parameters
TData
Properties
Data
The underlying data.
TData Data { get; }
Property Value
- TData
Remarks
Do not bind to this property.
Id
The unique identifier of the palette item.
string Id { get; }
Property Value
Title
The title of the palette item.
string Title { get; }