menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupDropAreaStyleInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupDropAreaStyleInfo

    Represents a class that contains the properties for customizing the styles of the Group drop area.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    GroupDropAreaStyleInfo
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    StyleInfoBase.BeginInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.CacheValues
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    StyleInfoBase.ClearCache()
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.Dispose()
    StyleInfoBase.EndInit()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.IsChanged
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.Updating
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.Owner
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.SubObjectIdentity
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.WinForms.DataGrid.Styles
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class GroupDropAreaStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    GroupDropAreaStyleInfo()

    Initializes a new instance of the GroupDropAreaStyleInfo class.

    Declaration
    public GroupDropAreaStyleInfo()

    GroupDropAreaStyleInfo(StyleInfoSubObjectIdentity)

    Initializes a new instance of the GroupDropAreaStyleInfo class.

    Declaration
    public GroupDropAreaStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    StyleInfoIdentityBase.

    GroupDropAreaStyleInfo(StyleInfoSubObjectIdentity, GroupDropAreaStyleInfoStore)

    Initializes a new instance of the GroupDropAreaStyleInfo class.

    Declaration
    public GroupDropAreaStyleInfo(StyleInfoSubObjectIdentity identity, GroupDropAreaStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    StyleInfoIdentityBase.

    GroupDropAreaStyleInfoStore store

    The GroupDropAreaStyleInfo.

    GroupDropAreaStyleInfo(GroupDropAreaStyleInfo)

    Initializes a new instance of the GroupDropAreaStyleInfo class.

    Declaration
    public GroupDropAreaStyleInfo(GroupDropAreaStyleInfo style)
    Parameters
    Type Name Description
    GroupDropAreaStyleInfo style

    The GroupDropAreaStyleInfo that need to be initialized.

    GroupDropAreaStyleInfo(GroupDropAreaStyleInfoStore)

    Initializes a new instance of the GroupDropAreaStyleInfo class.

    Declaration
    public GroupDropAreaStyleInfo(GroupDropAreaStyleInfoStore store)
    Parameters
    Type Name Description
    GroupDropAreaStyleInfoStore store

    The GroupDropAreaStyleInfoStore.

    Fields

    Empty

    Maintains the default style of the group drop area to read.

    Declaration
    public static readonly GroupDropAreaStyleInfo Empty
    Field Value
    Type
    GroupDropAreaStyleInfo

    Properties

    BackColor

    Gets or sets the back color of the group drop area.

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

    If the Interior property is initialized, BackColor will not be considered for rendering.

    BaseStyle

    Gets or sets the base style.

    Declaration
    public string BaseStyle { get; set; }
    Property Value
    Type
    System.String

    Borders

    Gets or sets the border style of the group drop area items.

    Declaration
    public GridBordersInfo Borders { get; set; }
    Property Value
    Type
    GridBordersInfo

    Default

    Gets the default size of the GroupDropAreaStyleInfo.

    Declaration
    public static GroupDropAreaStyleInfo Default { get; }
    Property Value
    Type
    GroupDropAreaStyleInfo

    Font

    Gets or sets the font for the group drop area text.

    Declaration
    public GridFontInfo Font { get; set; }
    Property Value
    Type
    GridFontInfo

    HasBaseStyle

    Gets a value indicating whether the BaseStyle property has been modified.

    Declaration
    public bool HasBaseStyle { get; }
    Property Value
    Type
    System.Boolean

    HasBorders

    Gets a value indicating whether the Borders has been modified.

    Declaration
    public bool HasBorders { get; }
    Property Value
    Type
    System.Boolean

    HasFont

    Gets a value indicating whether the System.Drawing.Font property has been modified.

    Declaration
    public bool HasFont { get; }
    Property Value
    Type
    System.Boolean

    HasInterior

    Gets a value indicating whether the Interior property has been modified.

    Declaration
    public bool HasInterior { get; }
    Property Value
    Type
    System.Boolean

    HasTextColor

    Gets a value indicating whether the TextColor property has been modified.

    Declaration
    public bool HasTextColor { get; }
    Property Value
    Type
    System.Boolean

    Interior

    Gets or sets the brush for drawing the interior of the group drop area.

    Declaration
    public BrushInfo Interior { get; set; }
    Property Value
    Type
    BrushInfo
    Remarks

    The default value is null and will be considered only if it is initialized.

    Store

    Gets a new instance of the GroupDropAreaItemStyleInfoStore class.

    Declaration
    public GroupDropAreaStyleInfoStore Store { get; }
    Property Value
    Type
    GroupDropAreaStyleInfoStore

    TextColor

    Gets or sets the text color of the group drop area.

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

    Methods

    CreateSubObjectIdentity(StyleInfoProperty)

    Overridden to create the SubObjectIdentity for the style info property.

    Declaration
    public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip

    The style info property that needs to create the sub objects.

    Returns
    Type Description
    StyleInfoSubObjectIdentity

    Returns the DataGridStyleInfoSubObjectIdentity for the given property.

    Overrides
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Retrieves the default style of the group drop area.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style of the group drop area.

    Overrides
    StyleInfoBase.GetDefaultStyle()

    GetFont()

    Gets the cached GDI+ font generated from font information of the Font object.

    Declaration
    public Font GetFont()
    Returns
    Type Description
    System.Drawing.Font

    Instance of the Font.

    MakeCopy(StyleInfoBase, StyleInfoProperty)

    Makes an exact copy of the current object.

    Declaration
    public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase newOwner

    The new owner style object for the copied object.

    StyleInfoProperty sip

    The identifier for this object.

    Returns
    Type Description
    IStyleInfoSubObject

    A copy of the current object registered with the new owner style object.

    Overrides
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved