Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ExpandIconOnRight Property
Example


In This Topic
    ExpandIconOnRight Property
    In This Topic
    Gets or sets the position of the expand and collapse image in the Spread component.
    Syntax
    'Declaration
     
    
    Public Property ExpandIconOnRight As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.ExpandIconOnRight = value
     
    value = instance.ExpandIconOnRight
    public bool ExpandIconOnRight {get; set;}

    Property Value

    true if icon is to the right of the text; false if icon is to the left
    Remarks

    This property applies to the icon for expanding and collapsing a hierarchy of sheets in a hierarchical view of sheets.

    The image can be to the right or left of the text.

    This property is available at run time only.

    Example
    This example uses the ExpandIconOnRight property (set to false) to specify that the expand icon for a hierarchical view is displayed on the left of the header text.
    See Also