ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / VirtualItemCount Property

In This Topic
    VirtualItemCount Property
    In This Topic
    Gets or sets the virtual number of items when custom paging is used.
    Syntax
    'Declaration
     
    Public Overridable Property VirtualItemCount As System.Integer
    public virtual System.int VirtualItemCount {get; set;}
    Remarks
    This property is only used when the AllowCustomPaging property is set to True.
    See Also