Intersoft WebGrid Documentation
CssClass Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : CssClass Property






Syntax

Visual Basic (Declaration) 
<WebCategoryAttribute("Appearance")>
<CssClassPropertyAttribute()>
<DefaultValueAttribute()>
<WebSysDescriptionAttribute("CSS Class name applied to the control.")>
Public Overridable Property CssClass As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As String
 
instance.CssClass = value
 
value = instance.CssClass
C# 
[WebCategoryAttribute("Appearance")]
[CssClassPropertyAttribute()]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("CSS Class name applied to the control.")]
public virtual string CssClass {get; set;}
Delphi 
public read-write property CssClass: String; virtual; 
JScript 
WebCategoryAttribute("Appearance")
CssClassPropertyAttribute()
DefaultValueAttribute()
WebSysDescriptionAttribute("CSS Class name applied to the control.")
public function get,set CssClass : String
Managed Extensions for C++ 
[WebCategoryAttribute("Appearance")]
[CssClassPropertyAttribute()]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("CSS Class name applied to the control.")]
public: __property virtual string* get_CssClass();
public: __property virtual void set_CssClass( 
   string* value
);
C++/CLI 
[WebCategoryAttribute("Appearance")]
[CssClassPropertyAttribute()]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("CSS Class name applied to the control.")]
public:
virtual property String^ CssClass {
   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.