Intersoft ClientUI Documentation
GroupSpacing Property (UXScheduleViewBase)



Gets or sets a value that determines the spacing between group.
Syntax
<CategoryAttribute("Layout")>
Public Property GroupSpacing As Thickness
Dim instance As UXScheduleViewBase
Dim value As Thickness
 
instance.GroupSpacing = value
 
value = instance.GroupSpacing
[CategoryAttribute("Layout")]
public Thickness GroupSpacing {get; set;}
[CategoryAttribute("Layout")]
public:
property Thickness GroupSpacing {
   Thickness get();
   void set (    Thickness 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

UXScheduleViewBase Class
UXScheduleViewBase Members

Send Feedback