Intersoft ClientUI Documentation
DisplayMode Property (UXGridViewComboBoxColumn)



Gets or sets a value that determine the the cell presentation.
Syntax
<CategoryAttribute("Layout")>
Public Property DisplayMode As ContentType
Dim instance As UXGridViewComboBoxColumn
Dim value As ContentType
 
instance.DisplayMode = value
 
value = instance.DisplayMode
[CategoryAttribute("Layout")]
public ContentType DisplayMode {get; set;}
[CategoryAttribute("Layout")]
public:
property ContentType DisplayMode {
   ContentType get();
   void set (    ContentType 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

UXGridViewComboBoxColumn Class
UXGridViewComboBoxColumn Members

Send Feedback