Intersoft ClientUI Documentation
DisplayMode Property (UIMetadataAttribute)



Gets or sets a value that represents content type.
Syntax
Public Property DisplayMode As Nullable(Of ContentType)
Dim instance As UIMetadataAttribute
Dim value As Nullable(Of ContentType)
 
instance.DisplayMode = value
 
value = instance.DisplayMode
public Nullable<ContentType> DisplayMode {get; set;}
public:
property Nullable<ContentType> DisplayMode {
   Nullable<ContentType> get();
   void set (    Nullable<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

UIMetadataAttribute Class
UIMetadataAttribute Members

Send Feedback