Intersoft ClientUI Documentation
DisplayMode Property (UXPropertyGrid)



Gets or sets the display mode.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DisplayMode As PropertyGridDisplayMode
Dim instance As UXPropertyGrid
Dim value As PropertyGridDisplayMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
[CategoryAttribute("Common Properties")]
public PropertyGridDisplayMode DisplayMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PropertyGridDisplayMode DisplayMode {
   PropertyGridDisplayMode get();
   void set (    PropertyGridDisplayMode value);
}
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