Intersoft WebGrid Documentation
ColumnActionStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ColumnActionStyle Property






The style applied to the column action indicator.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<DescriptionAttribute("The style applied to the column action indicator.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property ColumnActionStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ISNet.WebUI.DynamicStyle
 
instance.ColumnActionStyle = value
 
value = instance.ColumnActionStyle
C# 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DescriptionAttribute("The style applied to the column action indicator.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ISNet.WebUI.DynamicStyle ColumnActionStyle {get; set;}
Delphi 
public read-write property ColumnActionStyle: ISNet.WebUI.DynamicStyle; 
JScript 
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
DescriptionAttribute("The style applied to the column action indicator.")
CategoryAttribute("Appearance")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set ColumnActionStyle : ISNet.WebUI.DynamicStyle
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DescriptionAttribute("The style applied to the column action indicator.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property ISNet.WebUI.DynamicStyle* get_ColumnActionStyle();
public: __property void set_ColumnActionStyle( 
   ISNet.WebUI.DynamicStyle* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[DescriptionAttribute("The style applied to the column action indicator.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property ISNet.WebUI.DynamicStyle^ ColumnActionStyle {
   ISNet.WebUI.DynamicStyle^ get();
   void set (    ISNet.WebUI.DynamicStyle^ 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.