Intersoft ClientUI Documentation
MaximumPreview Property (UXFlowPanel)



Gets or sets the maximum preview item on the left and the right side of UXFlow.
Syntax
<CategoryAttribute("Common Properties")>
Public Property MaximumPreview As Integer
Dim instance As UXFlowPanel
Dim value As Integer
 
instance.MaximumPreview = value
 
value = instance.MaximumPreview
[CategoryAttribute("Common Properties")]
public int MaximumPreview {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int MaximumPreview {
   int get();
   void set (    int 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

UXFlowPanel Class
UXFlowPanel Members

Send Feedback