AlbumOnNet WebControl Suite

Album.PageIndex Property

Gets or sets the index of the current page.

[Visual Basic]
Overridable Public Property PageIndex As Integer
[C#]
public virtual int PageIndex {get; set;}

Property Value

The zero based index of the current page.

Remarks

Note To enable paging you must do some server side coding. See SetPagedAlbum for details.

See Also

Album Class | AlbumOnNet Namespace