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






The style applied to checked row.

Syntax

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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Get checked rows in server side

Concepts

Row Checker
Rich Styles

Other Resources

Extensible Client side API Programming

©2012 Intersoft Solutions Corp. All Rights Reserved.