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