Class Button

Button class

Represents a cell button control.

public class Button : CellControl

Properties

NameDescription
AlwaysVisible { get; set; }Gets or sets if the Button should always visible, only work for Cell Control Button.
Height { get; set; }Gets or sets the height of the control.
Image { get; set; }Gets or sets the background image.
Text { get; set; }Gets or sets the text associated with this control.(Inherited from CellControl.)
Width { get; set; }Gets or sets the width of the control.

See Also