| PaginationBaseButtonCount Property |
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual int ButtonCount { get; set; }Public Overridable Property ButtonCount As Integer
Get
Set
public:
virtual property int ButtonCount {
int get ();
void set (int value);
}abstract ButtonCount : int with get, set
override ButtonCount : int with get, set
Property Value
Type:
Int32
See Also