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;}
See Also