Intersoft ClientUI Documentation
ViewType Property (NavigableViewPartAttribute)



Gets or sets the view type of which the Uri will map to.
Syntax
Public Property ViewType As Type
Dim instance As NavigableViewPartAttribute
Dim value As Type
 
instance.ViewType = value
 
value = instance.ViewType
public Type ViewType {get; set;}
public:
property Type^ ViewType {
   Type^ get();
   void set (    Type^ 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

NavigableViewPartAttribute Class
NavigableViewPartAttribute Members

Send Feedback