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






Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property RowHighlightType As RowHighlightType
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As RowHighlightType
 
instance.RowHighlightType = value
 
value = instance.RowHighlightType
C# 
[DescriptionAttribute("Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public RowHighlightType RowHighlightType {get; set;}
Delphi 
public read-write property RowHighlightType: RowHighlightType; 
JScript 
DescriptionAttribute("Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set RowHighlightType : RowHighlightType
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property RowHighlightType get_RowHighlightType();
public: __property void set_RowHighlightType( 
   RowHighlightType value
);
C++/CLI 
[DescriptionAttribute("Gets or sets a value that determine the highlight type when a row is selected. This property is only applicable when CellClickAction is set to RowSelect.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property RowHighlightType RowHighlightType {
   RowHighlightType get();
   void set (    RowHighlightType value);
}

Remarks

WebGrid.NET 5.0 Enterprise provides new RowHighlightType property. Instead to highlight entire row by selecting EntireRow, you may choose the BackgroundOnly option that allows WebGrid to redraw only the background color for selected row.

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.