Intersoft WebGrid Documentation
CellStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : CellStyle Property






Gets or sets the style applied to the cells of this column.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the style applied to the cells of this column.")>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CellStyle As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As WebGridFormatStyle
 
instance.CellStyle = value
 
value = instance.CellStyle
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the style applied to the cells of this column.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
public WebGridFormatStyle CellStyle {get; set;}
Delphi 
public read-write property CellStyle: WebGridFormatStyle; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the style applied to the cells of this column.")
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CellStyle : WebGridFormatStyle
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the style applied to the cells of this column.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property WebGridFormatStyle* get_CellStyle();
public: __property void set_CellStyle( 
   WebGridFormatStyle* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the style applied to the cells of this column.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property WebGridFormatStyle^ CellStyle {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ 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.