London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PagingBulletedListExtender

Inheritance
System.Object
PagingBulletedListExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.PagingBulletedListBehavior", "AjaxControlToolkit.PagingBulletedList.PagingBulletedListBehavior.js")]
public class PagingBulletedListExtender : ExtenderControlBase, IControlResolver

Constructors

PagingBulletedListExtender()

Declaration
public PagingBulletedListExtender()

Properties

ClientSort

Declaration
[ExtenderControlProperty]
public bool ClientSort { get; set; }
Property Value
Type Description
System.Boolean

Height

Declaration
[ExtenderControlProperty]
public int? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

IndexSize

Declaration
[ExtenderControlProperty]
public int IndexSize { get; set; }
Property Value
Type Description
System.Int32

MaxItemPerPage

Declaration
[ExtenderControlProperty]
public int? MaxItemPerPage { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SelectIndexCssClass

Declaration
[ExtenderControlProperty]
public string SelectIndexCssClass { get; set; }
Property Value
Type Description
System.String

Separator

Declaration
[ExtenderControlProperty]
public string Separator { get; set; }
Property Value
Type Description
System.String

UnselectIndexCssClass

Declaration
[ExtenderControlProperty]
public string UnselectIndexCssClass { get; set; }
Property Value
Type Description
System.String

Implements