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






Value representing how the target object would be formated in WebGridFormatCondition.

Syntax

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

Members

MemberDescription
CellThe format style will only be applied to the cell that has been specified in TargetColumnMember.
RowThe format style will be applied to the entire row when the condition criteria matched.

Inheritance Hierarchy

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

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.