Intersoft WebGrid Documentation
RowHighlightType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : RowHighlightType Enumeration






Value representing the highlight type when a row is selected.

Syntax

Visual Basic (Declaration) 
Public Enum RowHighlightType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RowHighlightType
C# 
public enum RowHighlightType : System.Enum 
Delphi 
public enum RowHighlightType = class(System.Enum)
JScript 
public enum RowHighlightType extends System.Enum
Managed Extensions for C++ 
__value public enum RowHighlightType : public System.Enum 
C++/CLI 
public enum class RowHighlightType : public System.Enum 

Members

MemberDescription
BackgroundOnlyWebGrid will highlight the background only when a row is selected.
EntireRowWebGrid will highlight the entire row when a row is selected.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.RowHighlightType

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.