Spread Windows Forms 12.0 Product Documentation
SortIndicatorAlignment Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : SortIndicatorAlignment Property
Gets or sets the alignment of the sort indicator.
Syntax
'Declaration
 
Public Property SortIndicatorAlignment As LeftRightAlignment
'Usage
 
Dim instance As ListHeaderInfo
Dim value As LeftRightAlignment
 
instance.SortIndicatorAlignment = value
 
value = instance.SortIndicatorAlignment
public LeftRightAlignment SortIndicatorAlignment {get; set;}

Property Value

A System.Windows.Forms.LeftRightAlignment value that indicates the alignment of the sort indicator.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members