[Category("Paging")] [Description("Specifies the index the current page when the CurrentPageMode property is set to Index")] [DefaultValue(0)] public int CurrentPageIndex {get; set;}
'Declaration <CategoryAttribute("Paging")> <DescriptionAttribute("Specifies the index the current page when the CurrentPageMode property is set to Index")> <DefaultValueAttribute(0)> Public Property CurrentPageIndex As Integer