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 |
---|
GridEngine |
HasTableOptions
Determines whether the TableOptions object have been initialized.
Declaration
bool HasTableOptions { get; }
Property Value
Type |
---|
System.Boolean |
TableOptions
Gets the TableOptions.
Declaration
GridTableOptionsStyleInfo TableOptions { get; }
Property Value
Type |
---|
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 |