Intersoft ClientUI Documentation
CommandBarVisibility Property



Gets or sets the value which determines the visibility of the command bar located below the filter section.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CommandBarVisibility As Visibility
Dim instance As UXQueryBuilder
Dim value As Visibility
 
instance.CommandBarVisibility = value
 
value = instance.CommandBarVisibility
[CategoryAttribute("Common Properties")]
public Visibility CommandBarVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility CommandBarVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks
If the Visibility set to Collapsed, then the command bar below the UXQueryBuilder will be hidden.
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

UXQueryBuilder Class
UXQueryBuilder Members

Send Feedback