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






Syntax

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