ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1DataPager Class / IsTotalItemCountFixed Property

In This Topic
    IsTotalItemCountFixed Property
    In This Topic
    Gets or sets a value that indicates whether or not the total number of items in the collection is fixed.
    Syntax
    'Declaration
     
    
    Public Property IsTotalItemCountFixed As Boolean
    public bool IsTotalItemCountFixed {get; set;}
    See Also