WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridTableOptionsSource

    Show / Hide Table of Contents

    Interface IGridTableOptionsSource

    Interface for hosting a GridTableOptionsStyleInfo.

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

    Properties

    Engine

    Returns a reference to the GridEngine this object belongs to.

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

    HasTableOptions

    Determines whether the TableOptions object have been initialized.

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

    TableOptions

    Gets the TableOptions.

    Declaration
    GridTableOptionsStyleInfo TableOptions { get; }
    Property Value
    Type Description
    GridTableOptionsStyleInfo

    Methods

    GetParentTableOptionsSource()

    Returns a IGridTableOptionsSource of the first parent element with table options in the hierarchy.

    Declaration
    IGridTableOptionsSource GetParentTableOptionsSource()
    Returns
    Type Description
    IGridTableOptionsSource

    Returns a IGridTableOptionsSource

    RaiseTableOptionsChanged(GridTableOptionsChangedEventArgs)

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

    Declaration
    void RaiseTableOptionsChanged(GridTableOptionsChangedEventArgs e)
    Parameters
    Type Name Description
    GridTableOptionsChangedEventArgs e

    RaiseTableOptionsChanging(GridTableOptionsChangedEventArgs)

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

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