Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / PageSize Property

In This Topic
    PageSize Property (GroupedListBox)
    In This Topic
    Gets or sets the System.Int32 value determining the number of items to move selection on pressing PageUp and PageDown keys. This is a dependency property. The default value is 10.
    Syntax
    'Declaration
     
    
    Public Property PageSize As Integer
    public int PageSize {get; set;}
    See Also