- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
public static class SillListViewPopupItemMarkup
- Inheritance
-
SillListViewPopupItemMarkup
- Inherited Members
-
Methods
[MarkupExtension]
public static SillListViewPopupItem ContentTemplate(this SillListViewPopupItem element, Func<UIElement> dataTemplateDelegate)
Parameters
element SillListViewPopupItem
dataTemplateDelegate Func<UIElement>
Returns
- SillListViewPopupItem
[MarkupExtension]
public static SillListViewPopupItem ContentTemplate<TItem>(this SillListViewPopupItem element, Func<TItem, UIElement> dataTemplateDelegate)
Parameters
element SillListViewPopupItem
dataTemplateDelegate Func<TItem, UIElement>
Returns
- SillListViewPopupItem
Type Parameters
TItem
[MarkupExtension]
public static SillListViewPopupItem ContentTemplate<TItem, TRoot>(this SillListViewPopupItem element, Action<TItem, TRoot> configureRoot) where TRoot : UIElement, new()
Parameters
element SillListViewPopupItem
configureRoot Action<TItem, TRoot>
Returns
- SillListViewPopupItem
Type Parameters
TItem
TRoot
[MarkupExtension]
public static T PopupContent<T>(this T element, Action<IDependencyPropertyBuilder<SillPopupContent>> configureProperty) where T : SillListViewPopupItem
Parameters
element T
configureProperty Action<IDependencyPropertyBuilder<SillPopupContent>>
Returns
- T
Type Parameters
T
[MarkupExtension]
public static T PopupContent<T>(this T element, SillPopupContent popupContent) where T : SillListViewPopupItem
Parameters
element T
popupContent SillPopupContent
Returns
- T
Type Parameters
T
[MarkupExtension]
public static T PopupContent<T, TSource>(this T element, Func<TSource> propertyBinding, Func<TSource, SillPopupContent> convertDelegate, string? propertyBindingExpression = null) where T : SillListViewPopupItem
Parameters
element T
propertyBinding Func<TSource>
convertDelegate Func<TSource, SillPopupContent>
propertyBindingExpression string
Returns
- T
Type Parameters
T
TSource
[MarkupExtension]
public static T PopupContent<T, TSource>(this T element, Func<TSource> propertyBinding, string? propertyBindingExpression = null) where T : SillListViewPopupItem
Parameters
element T
propertyBinding Func<TSource>
propertyBindingExpression string
Returns
- T
Type Parameters
T
TSource
[MarkupExtension]
public static TControl Template<TControl>(this TControl element, Func<UIElement> controlTemplateDelegate) where TControl : SillListViewPopupItem
Parameters
element TControl
controlTemplateDelegate Func<UIElement>
Returns
- TControl
Type Parameters
TControl