GridColumn.AddButton

GridColumn.AddButton method

Adds a button to the column.

public void AddButton(int width, int height, string text)
ParameterTypeDescription
widthInt32Width of button.
heightInt32Height of button.
textStringButton text.

See Also