'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
'Usage Dim instance As AxisRuler Dim value As Integer instance.CurrentPageIndex = value value = instance.CurrentPageIndex
[Category("Paging")] [Description("Specifies the index the current page when the CurrentPageMode property is set to Index")] [DefaultValue(0)] public int CurrentPageIndex {get; set;}