Class GridSortIcon
Collection of sort icon color
Inheritance
System.Object
GridSortIcon
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridSortIcon
Constructors
GridSortIcon()
Declaration
public GridSortIcon()
Properties
HoverSortIconColor
Get / set the sort icon Color in hover
Declaration
public Color HoverSortIconColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
NormalSortIconColor
Get / set the sort icon Color in normal
Declaration
public Color NormalSortIconColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |