Class GridGroupingBitmaps
Defines a helper class for drawing and caching bitmaps from the DataBound.Resources folder of the Grid assembly
Inheritance
System.Object
GridGroupingBitmaps
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.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridGroupingBitmaps
Remarks
The bitmaps are loaded from the manifest and cached. The PaintIcon routine will substitute black pixels of the original bitmap and draw them with a specified forecolor.
Example:
GridGroupingBitmaps.IconPainter.PaintIcon(g, rect, Point.Empty, bitmapName, Color.Black);
Constructors
GridGroupingBitmaps()
Initializes a new instance of the GridGroupingBitmaps class.
Declaration
public GridGroupingBitmaps()
Properties
RedDownBitmap
Gets the bitmap of red colored down arrow while moving columns.
Declaration
public static Bitmap RedDownBitmap { get; }
Property Value
Type |
---|
System.Drawing.Bitmap |
RedUpBitmap
Gets the bitmap of red colored up arrow while moving columns.
Declaration
public static Bitmap RedUpBitmap { get; }
Property Value
Type |
---|
System.Drawing.Bitmap |