Intersoft ClientUI Documentation
PathVisibility Property



Gets or sets the path visibility of UXQueryBuilderCell.
Syntax
Public Property PathVisibility As Visibility
Dim instance As UXQueryBuilderCell
Dim value As Visibility
 
instance.PathVisibility = value
 
value = instance.PathVisibility
public Visibility PathVisibility {get; set;}
public:
property Visibility PathVisibility {
   Visibility get();
   void set (    Visibility 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

UXQueryBuilderCell Class
UXQueryBuilderCell Members

Send Feedback