Intersoft WebGrid Documentation
PagingSize Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : PagingSize Property






Gets or sets the number of viewable records in a page when PagingMode is set to Classic Paging.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the number of viewable records in a page when PagingMode is set to ClassicPaging.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property PagingSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.PagingSize = value
 
value = instance.PagingSize
C# 
[DescriptionAttribute("Gets or sets the number of viewable records in a page when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public int PagingSize {get; set;}
Delphi 
public read-write property PagingSize: Integer; 
JScript 
DescriptionAttribute("Gets or sets the number of viewable records in a page when PagingMode is set to ClassicPaging.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set PagingSize : int
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the number of viewable records in a page when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property int get_PagingSize();
public: __property void set_PagingSize( 
   int value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the number of viewable records in a page when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property int PagingSize {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.