DataGridViewButtonColumn
Wisej.Web.DataGridViewButtonColumn
Last updated
Was this helpful?
Wisej.Web.DataGridViewButtonColumn
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a column that contains a collection of cells.
Initializes a new instance of the class to the default state.
Initializes a new instance of the class to the default state.
cellTemplate
Throws:
Throws:
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
An existing to use as a template.
: Returns or sets the template used to model cell appearance.
The type is null.
The set type is not compatible with type .
: Gets or sets the default text displayed on the button cell when UseColumnTextForButtonValue is true. (Default: ""
)
When setting this property, the value of the property is null.
: 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
)
The property is null.