DataGridViewButtonColumn
Wisej.Web.DataGridViewButtonColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
public class DataGridViewButtonColumn : DataGridViewColumn
Constructors
DataGridViewButtonColumn()

Initializes a new instance of the DataGridViewButtonColumn class to the default state.
DataGridViewButtonColumn(cellTemplate)

Initializes a new instance of the DataGridViewButtonColumn class to the default state.
Properties
CellTemplate

DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewButtonCell.
Text

String: Gets or sets the default text displayed on the button cell when UseColumnTextForButtonValue is true. (Default: ""
)
Throws:
InvalidOperationException When setting this property, the value of the CellTemplate property is null.
UseColumnTextForButtonValue

Boolean: Gets or sets a value indicating if the button in the cell uses the owning column's text instead of the value of the cell. (Default: False
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Implements
All wisej components implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?