DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / ChecklistFilterBase Class / DisplayedItems Property

In This Topic
    DisplayedItems Property (ChecklistFilterBase)
    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