Class GroupingGridFormatCellDialog
Defines excel-like Format Cells Dialog that allows the user to format the cells dynamically. There are options to customized cell font, font color, font size, font style, font effects, background, alignment, cell merge, text formats.
Inheritance
System.Object
GroupingGridFormatCellDialog
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class GroupingGridFormatCellDialog : Form
Constructors
GroupingGridFormatCellDialog(GridGroupingControl)
Initializes a new instance of the GroupingGridFormatCellDialog class.
Declaration
public GroupingGridFormatCellDialog(GridGroupingControl grid)
Parameters
Type | Name | Description |
---|---|---|
GridGroupingControl | grid | GroupingGrid to be formatted. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |