Interface IGridTableCellAppearanceSource
Interface for hosting a GridTableCellAppearance.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public interface IGridTableCellAppearanceSource
Properties
Engine
Returns a reference to the GridEngine this object belongs to.
Declaration
GridEngine Engine { get; }
Property Value
Type |
---|
GridEngine |
Methods
GetAppearance()
Returns the GridTableCellAppearance of this element.
Declaration
GridTableCellAppearance GetAppearance()
Returns
Type | Description |
---|---|
GridTableCellAppearance | Returns the GridTableCellAppearance |
GetBaseAppearance()
Returns a GridTableCellAppearance of the first parent element with appearance in the hierarchy.
Declaration
GridTableCellAppearance GetBaseAppearance()
Returns
Type | Description |
---|---|
GridTableCellAppearance | Returns a GridTableCellAppearance |
RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs)
Notifies the host that properties in the Appearance object were changed.
Declaration
void RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridTableCellStyleInfoChangedEventArgs | e |
RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs)
Notifies the host that properties in the Appearance object will be changed.
Declaration
void RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridTableCellStyleInfoChangedEventArgs | e |
ShouldSerializeAppearance()
Determines whether the Appearance object has been modified and its contents should be serialized at design-time.
Declaration
bool ShouldSerializeAppearance()
Returns
Type | Description |
---|---|
System.Boolean | returns boolean value to determines whether the Appearance object has been modified and its contents should be serialized at design-time. |