Intersoft ClientUI Documentation
PropertyListMode Property (UXPropertyGrid)



Gets or sets the property list mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PropertyListMode As PropertyGridListMode
Dim instance As UXPropertyGrid
Dim value As PropertyGridListMode
 
instance.PropertyListMode = value
 
value = instance.PropertyListMode
[CategoryAttribute("Common Properties")]
public PropertyGridListMode PropertyListMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PropertyGridListMode PropertyListMode {
   PropertyGridListMode get();
   void set (    PropertyGridListMode value);
}

Property Value

In general, there are three ways to define how UXPropertyGrid generate the object's properties. You can have UXPropertyGrid generating all properties or restrict only specific properties to be displayed, which can be set through PropertyListMode property. There are three mode that you can choose.

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

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback