WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackedColumns - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackedColumns

    Represents a collection of the StackedColumn to group the columns under particular category.

    Inheritance
    System.Object
    StackedColumns
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class StackedColumns : ObservableCollection<StackedColumn>

    Constructors

    StackedColumns()

    Initializes a new instance of the StackedColumns class.

    Declaration
    public StackedColumns()

    Methods

    OnCollectionChanged(NotifyCollectionChangedEventArgs)

    Occurs when the collection is changed.

    Declaration
    protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Collections.Specialized.NotifyCollectionChangedEventArgs e

    The System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved