Class IVariantRowExtensions
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
Extension methods for IVariantRowView<T, TVM>.
public static class IVariantRowExtensions
- Inheritance
-
IVariantRowExtensions
- Inherited Members
Methods
SetTitle<T, TVM>(IVariantRowView<T, TVM>, InlineCollection)
Sets the title of the row.
public static void SetTitle<T, TVM>(this IVariantRowView<T, TVM> row, InlineCollection inlines) where TVM : IVariantRowViewModel<T>
Parameters
row
IVariantRowView<T, TVM>inlines
InlineCollection- The inlines to set the title to.
Type Parameters
T
TVM