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






Gets or sets the style for GroupRow.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DescriptionAttribute("Gets or sets the style for GroupRow.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property GroupRowInfoStyle As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As WebGridFormatStyle
 
instance.GroupRowInfoStyle = value
 
value = instance.GroupRowInfoStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style for GroupRow.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public WebGridFormatStyle GroupRowInfoStyle {get; set;}
Delphi 
public read-write property GroupRowInfoStyle: WebGridFormatStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DescriptionAttribute("Gets or sets the style for GroupRow.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set GroupRowInfoStyle : WebGridFormatStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style for GroupRow.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property WebGridFormatStyle* get_GroupRowInfoStyle();
public: __property void set_GroupRowInfoStyle( 
   WebGridFormatStyle* value
);
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DescriptionAttribute("Gets or sets the style for GroupRow.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property WebGridFormatStyle^ GroupRowInfoStyle {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ 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.