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






Gets or sets the user interface style for the paging when PagingMode is set to Classic Paging.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the user interface style for the paging when PagingMode is set to ClassicPaging.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property PagingStyleUI As ClassicPagingStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ClassicPagingStyle
 
instance.PagingStyleUI = value
 
value = instance.PagingStyleUI
C# 
[DescriptionAttribute("Gets or sets the user interface style for the paging when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ClassicPagingStyle PagingStyleUI {get; set;}
Delphi 
public read-write property PagingStyleUI: ClassicPagingStyle; 
JScript 
DescriptionAttribute("Gets or sets the user interface style for the paging when PagingMode is set to ClassicPaging.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set PagingStyleUI : ClassicPagingStyle
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the user interface style for the paging when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property ClassicPagingStyle get_PagingStyleUI();
public: __property void set_PagingStyleUI( 
   ClassicPagingStyle value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the user interface style for the paging when PagingMode is set to ClassicPaging.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property ClassicPagingStyle PagingStyleUI {
   ClassicPagingStyle get();
   void set (    ClassicPagingStyle 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.