AlbumOnNet WebControl Suite

Album.AllowPaging Property

Whether the paging feature is enabled.

[Visual Basic]
Overridable Public Property AllowPaging As Boolean
[C#]
public virtual bool AllowPaging {get; set;}

Property Value

true if the paging feature should be enabled, false otherwise. Default false.

Remarks

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

See Also

Album Class | AlbumOnNet Namespace