Table of Contents

Class SillListViewPopupItemMarkup

Namespace
WindowSill.API
Assembly
WindowSill.API.dll
public static class SillListViewPopupItemMarkup
Inheritance
SillListViewPopupItemMarkup
Inherited Members

Methods

ContentTemplate(SillListViewPopupItem, Func<UIElement>)

[MarkupExtension]
public static SillListViewPopupItem ContentTemplate(this SillListViewPopupItem element, Func<UIElement> dataTemplateDelegate)

Parameters

element SillListViewPopupItem
dataTemplateDelegate Func<UIElement>

Returns

SillListViewPopupItem

ContentTemplate<TItem>(SillListViewPopupItem, Func<TItem, UIElement>)

[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

ContentTemplate<TItem, TRoot>(SillListViewPopupItem, Action<TItem, TRoot>)

[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

PopupContent<T>(T, Action<IDependencyPropertyBuilder<SillPopupContent>>)

[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

PopupContent<T>(T, SillPopupContent)

[MarkupExtension]
public static T PopupContent<T>(this T element, SillPopupContent popupContent) where T : SillListViewPopupItem

Parameters

element T
popupContent SillPopupContent

Returns

T

Type Parameters

T

PopupContent<T, TSource>(T, Func<TSource>, Func<TSource, SillPopupContent>, string?)

[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

PopupContent<T, TSource>(T, Func<TSource>, string?)

[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

Template<TControl>(TControl, Func<UIElement>)

[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