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






Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieva, please set this property to Custom.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieval, please set this property to Custom.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property PagingLoadMode As ClassicPagingLoadMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ClassicPagingLoadMode
 
instance.PagingLoadMode = value
 
value = instance.PagingLoadMode
C# 
[DescriptionAttribute("Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieval, please set this property to Custom.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public ClassicPagingLoadMode PagingLoadMode {get; set;}
Delphi 
public read-write property PagingLoadMode: ClassicPagingLoadMode; 
JScript 
DescriptionAttribute("Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieval, please set this property to Custom.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set PagingLoadMode : ClassicPagingLoadMode
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieval, please set this property to Custom.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property ClassicPagingLoadMode get_PagingLoadMode();
public: __property void set_PagingLoadMode( 
   ClassicPagingLoadMode value
);
C++/CLI 
[DescriptionAttribute("Specifies the data paging mode when PagingMode is set to ClassicPaging. For custom data paging retrieval, please set this property to Custom.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property ClassicPagingLoadMode PagingLoadMode {
   ClassicPagingLoadMode get();
   void set (    ClassicPagingLoadMode 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.