FormDataSource.clientPageSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
clientPageSize(Int32) | |
clientPageSize() |
clientPageSize(Int32)
public:
virtual int clientPageSize(int _pageSize);
public virtual int clientPageSize (int _pageSize);
abstract member clientPageSize : int -> int
override this.clientPageSize : int -> int
Public Overridable Function clientPageSize (_pageSize As Integer) As Integer
Parameters
- _pageSize
- Int32
Returns
Applies to
clientPageSize()
public:
virtual int clientPageSize();
public virtual int clientPageSize ();
abstract member clientPageSize : unit -> int
override this.clientPageSize : unit -> int
Public Overridable Function clientPageSize () As Integer