Intersoft WebGrid Documentation
CustomAttributes Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : CustomAttributes Property






Gets or sets custom attributes that will be written in the cell's tag.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets or sets custom attributes that will be written in the cell's tag.")>
<DefaultValueAttribute()>
Public Property CustomAttributes As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
instance.CustomAttributes = value
 
value = instance.CustomAttributes
C# 
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets custom attributes that will be written in the cell's tag.")]
[DefaultValueAttribute()]
public string CustomAttributes {get; set;}
Delphi 
public read-write property CustomAttributes: String; 
JScript 
NotifyParentPropertyAttribute()
BrowsableAttribute()
DescriptionAttribute("Gets or sets custom attributes that will be written in the cell's tag.")
DefaultValueAttribute()
public function get,set CustomAttributes : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets custom attributes that will be written in the cell's tag.")]
[DefaultValueAttribute()]
public: __property string* get_CustomAttributes();
public: __property void set_CustomAttributes( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets or sets custom attributes that will be written in the cell's tag.")]
[DefaultValueAttribute()]
public:
property String^ CustomAttributes {
   String^ get();
   void set (    String^ 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.