AlbumOnNet WebControl Suite

Album.PageSize Property

Gets or sets the number of items to display on each page.

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

Property Value

The number of items to display on each page when Paging is enabled. Default 12.

Remarks

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

See Also

Album Class | AlbumOnNet Namespace