DataGridViewButtonCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays a button widget in a DataGridViewCell cell.
- C#
- VB.NET
public class DataGridViewButtonCell : DataGridViewCell
Public Class DataGridViewButtonCell
Inherits DataGridViewCell
Constructors
DataGridViewButtonCell()
Initializes a new instance of DataGridViewButtonCell.
Properties
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)
ValueType
Type: Returns or sets the data type of the values in the cell.
Implements
| Name | Description |
|---|---|
| ICommandSource | Defines an object that can invoke a Command. |