alexa

    Show / Hide Table of Contents

    Class GridGroupDropAreaColor

    collection of Group drop area color

    Inheritance
    System.Object
    GridGroupDropAreaColor
    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 GridGroupDropAreaColor

    Constructors

    GridGroupDropAreaColor()

    Declaration
    public GridGroupDropAreaColor()

    Properties

    BackColor

    Get / set group srop area back color

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BorderLeftColor

    Get / set group drop area border left color

    Declaration
    public Color BorderLeftColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BorderTopColor

    Get / set grid gropu drop are border top color

    Declaration
    public Color BorderTopColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX