menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridGroupOptionsSource - API Reference

    Show / Hide Table of Contents

    Interface IGridGroupOptionsSource

    Interface for hosting a GridGroupOptionsStyleInfo

    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public interface IGridGroupOptionsSource

    Properties

    Engine

    Returns a reference to the GridEngine this object belongs to.

    Declaration
    GridEngine Engine { get; }
    Property Value
    Type Description
    GridEngine

    GroupOptions

    Gets the group options.

    Declaration
    GridGroupOptionsStyleInfo GroupOptions { get; }
    Property Value
    Type Description
    GridGroupOptionsStyleInfo

    HasGroupOptions

    Determines whether the GroupOptions object has been initialized.

    Declaration
    bool HasGroupOptions { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetParentGroupOptionsSource()

    Returns a IGridGroupOptionsSource of the first parent element with group options in the hierarchy.

    Declaration
    IGridGroupOptionsSource GetParentGroupOptionsSource()
    Returns
    Type Description
    IGridGroupOptionsSource

    returns IGridGroupOptionsSource

    RaiseGroupOptionsChanged(GridGroupOptionsChangedEventArgs)

    Notifies the host that properties in the GroupOptions object were changed.

    Declaration
    void RaiseGroupOptionsChanged(GridGroupOptionsChangedEventArgs e)
    Parameters
    Type Name Description
    GridGroupOptionsChangedEventArgs e

    RaiseGroupOptionsChanging(GridGroupOptionsChangedEventArgs)

    Notifies the host that properties in the GroupOptions object are about to be changed.

    Declaration
    void RaiseGroupOptionsChanging(GridGroupOptionsChangedEventArgs e)
    Parameters
    Type Name Description
    GridGroupOptionsChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved