Skip to main content
Version: 4.1

DataGridViewButtonCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Displays a button widget in a DataGridViewCell cell.

public class DataGridViewButtonCell : DataGridViewCell

Constructors

Instance member DataGridViewButtonCell()

Initializes a new instance of DataGridViewButtonCell.

Properties

Instance member 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)

Instance member ValueType

Type: Returns or sets the data type of the values in the cell.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
ICommandSourceDefines an object that can invoke a Command.