Class GridFormatCellDialog
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
GridFormatCellDialog
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class GridFormatCellDialog : Form
Constructors
GridFormatCellDialog(GridControl)
Initializes a new instance of the GridFormatCellDialog class.
Declaration
public GridFormatCellDialog(GridControl grid)
Parameters
Type | Name | Description |
---|---|---|
GridControl | grid | Grid to be formatted. |
Properties
ApplyStyleInHeaders
Gets or sets a value indicating whether the GridFormatCellDialog style should be applied for headers.
Declaration
public bool ApplyStyleInHeaders { get; set; }
Property Value
Type |
---|
System.Boolean |
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. |