DisplayedItems Property (ChecklistFilter)
In This Topic
Gets or sets the count of items displayed in the checklist, the checklist shows the 'more' button, when the
ItemsSource contains more items.
Syntax
'Declaration
Public Property DisplayedItems As Integer
public int DisplayedItems {get; set;}
See Also