Intersoft ClientUI Documentation
PropertyGridListMode Enumeration



Specifies the constants that determine the list mode of UXPropertyGrid.
Syntax
Public Enum PropertyGridListMode 
   Inherits System.Enum
Dim instance As PropertyGridListMode
public enum PropertyGridListMode : System.Enum 
public enum class PropertyGridListMode : public System.Enum 
Members
MemberDescription
All All properties will be listed.
PropertyMemberAndDataMember All properties with PropertyMember and DataMember attributes will be listed.
PropertyMemberOnly Only properties which is marked with PropertyMember attribute will be listed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Editors.PropertyGridListMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Editors Namespace

Send Feedback