Intersoft WebGrid Documentation
Spanned Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRowLayout Class : Spanned Property






Specifies whether the RowLayout is spanned.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute()>
Public Property Spanned As RowLayoutSpan
Visual Basic (Usage)Copy Code
Dim instance As WebGridRowLayout
Dim value As RowLayoutSpan
 
instance.Spanned = value
 
value = instance.Spanned
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute()]
public RowLayoutSpan Spanned {get; set;}
Delphi 
public read-write property Spanned: RowLayoutSpan; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
BrowsableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute()
public function get,set Spanned : RowLayoutSpan
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute()]
public: __property RowLayoutSpan get_Spanned();
public: __property void set_Spanned( 
   RowLayoutSpan value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute()]
public:
property RowLayoutSpan Spanned {
   RowLayoutSpan get();
   void set (    RowLayoutSpan 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.