PowerWEB LiveControls for ASP.NET
CurrentPageIndex Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : CurrentPageIndex Property



Gets or sets the index of the currently displayed page.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<BrowsableAttribute(False)>
<DescriptionAttribute("The index number for the currently selected page.")>
Public Shadows Property CurrentPageIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim value As Integer
 
instance.CurrentPageIndex = value
 
value = instance.CurrentPageIndex
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[BrowsableAttribute(false)]
[DescriptionAttribute("The index number for the currently selected page.")]
public new int CurrentPageIndex {get; set;}
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[BrowsableAttribute(false)]
[DescriptionAttribute("The index number for the currently selected page.")]
public:
new property int CurrentPageIndex {
   int get();
   void set (    int value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.DataGrid.CurrentPageIndex.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.