[]
Represents a button cell.
public class ButtonCellType : BaseCellType
Create a botton cell type.
public ButtonCellType()
Gets or sets the button's background color.
public string ButtonBackColor { get; set; }
Gets or sets the button's bottom margin in pixels relative to the cell.
public double MarginBottom { get; set; }
Gets or sets the button's left margin in pixels relative to the cell.
public double MarginLeft { get; set; }
Gets or sets the button's right margin in pixels relative to the cell.
public double MarginRight { get; set; }
Gets or sets the button's top margin in pixels relative to the cell.
public double MarginTop { get; set; }
Gets or sets the button's content.
public string Text { get; set; }