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 |
---|
GridEngine |
GroupOptions
Gets the group options.
Declaration
GridGroupOptionsStyleInfo GroupOptions { get; }
Property Value
Type |
---|
GridGroupOptionsStyleInfo |
HasGroupOptions
Determines whether the GroupOptions object has been initialized.
Declaration
bool HasGroupOptions { get; }
Property Value
Type |
---|
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 |