Intersoft WebGrid Documentation
Type Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartPivotDataConfig Class : Type Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Type of pivot data")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
Public Property Type As PivotDataType
Visual Basic (Usage)Copy Code
Dim instance As ChartPivotDataConfig
Dim value As PivotDataType
 
instance.Type = value
 
value = instance.Type
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Type of pivot data")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public PivotDataType Type {get; set;}
Delphi 
public read-write property Type: PivotDataType; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Type of pivot data")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
public function get,set Type : PivotDataType
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Type of pivot data")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public: __property PivotDataType get_Type();
public: __property void set_Type( 
   PivotDataType value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Type of pivot data")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public:
property PivotDataType Type {
   PivotDataType get();
   void set (    PivotDataType 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.