Class PagingBulletedListExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0Syntax
[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 |