[]
Represents a button cell.
public class ButtonCellType : BaseCellType
Public Class ButtonCellType
Inherits BaseCellType
Name | Description |
---|---|
ButtonCellType() | Create a button cell type. |
Name | Description |
---|---|
ButtonBackColor | Gets or sets the button's background color. |
MarginBottom | Gets or sets the button's bottom margin in pixels relative to the cell. |
MarginLeft | Gets or sets the button's left margin in pixels relative to the cell. |
MarginRight | Gets or sets the button's right margin in pixels relative to the cell. |
MarginTop | Gets or sets the button's top margin in pixels relative to the cell. |
Text | Gets or sets the button's content. |