Intersoft WebGrid Documentation
RowCount Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartLegendDataSettings Class : RowCount Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The maximum row count allowed when ExpandMode is RowsFixed.")>
<DefaultValueAttribute()>
<CategoryAttribute("Layout")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property RowCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendDataSettings
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The maximum row count allowed when ExpandMode is RowsFixed.")]
[DefaultValueAttribute()]
[CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public int RowCount {get; set;}
Delphi 
public read-write property RowCount: Integer; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("The maximum row count allowed when ExpandMode is RowsFixed.")
DefaultValueAttribute()
CategoryAttribute("Layout")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set RowCount : int
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The maximum row count allowed when ExpandMode is RowsFixed.")]
[DefaultValueAttribute()]
[CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property int get_RowCount();
public: __property void set_RowCount( 
   int value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The maximum row count allowed when ExpandMode is RowsFixed.")]
[DefaultValueAttribute()]
[CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property int RowCount {
   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.