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






Value representing how the custom editor should be persisted.

Syntax

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

Members

MemberDescription
DesignerLevelThe custom editor will be saved as a separate WCE file in a special CustomEditor folder. DesignerLevel's custom editors can be highly reusable and is visible throughout the entire project as well as in different projects.
GridLevelThe custom editor will be saved to the grid's instance and will only be applicable by that grid.

Inheritance Hierarchy

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

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.