Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / SmartExplorerTaskPane Class / GroupSpacing Property


In This Topic
    GroupSpacing Property
    In This Topic
    Gets or sets the spacing between the groups in a SmartExplorerTaskPane.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The spacing between the groups in a SmartExplorerTaskPane")>
    <CategoryAttribute("Layout")>
    <DefaultValueAttribute(15)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(True)>
    <LocalizableAttribute(False)>
    Public Property GroupSpacing As Integer
    'Usage
     
    Dim instance As SmartExplorerTaskPane
    Dim value As Integer
     
    instance.GroupSpacing = value
     
    value = instance.GroupSpacing
    [Description("The spacing between the groups in a SmartExplorerTaskPane")]
    [Category("Layout")]
    [DefaultValue(15)]
    [Browsable(true)]
    [MergableProperty(true)]
    [Localizable(false)]
    public int GroupSpacing {get; set;}

    Property Value

    A value representing the spacing between the groups in a SmartExplorerTaskPane. By default, 15 pixels.
    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