Click or drag to resize
GridButtonColumn Properties

The GridButtonColumn type exposes the following members.

Properties
  Name Description
Public property ButtonCssClass
Gets or sets the CssClass of the button
Public property ButtonType
Gets or sets a value indicating the type of the button that will be rendered. The type should be one of the specified by the GridButtonColumnType enumeration.
Public property CommandArgument
Gets or sets an optional parameter passed to the Command event along with the associated CommandName.
Public property CommandName
Gets or sets a value defining the name of the command that will be fired when a button in this column is clicked.
Public property ConfirmDialogHeight
Gets or sets the height of the Confirm Dialog (if it is a KaxWindow)
Public property ConfirmDialogType
Public property ConfirmDialogWidth
Gets or sets the width of the Confirm Dialog (if it is a KaxWindow)
Public property ConfirmText
Gets or sets the text that will be shown on the confirmation dialog when a button in this column is clicked. The prompt is automatically enabled when this property is set.
Public property ConfirmTitle
Gets or sets the title that will be shown on the KaxWindow confirmation dialog when a button in this column is clicked.
Public property DataTextField
Gets or sets a value from the specified datasource field. This value will then be displayed in the GridBoundColumn.
Public property DataTextFormatString
Gets or sets the string that specifies the display format for the caption in each button.
Public property Groupable
Gets or sets a value indicating whether this column can be used for grouping. If set to false the column header cannot be dragged to the GroupPanel.
(Overrides GridColumnGroupable.)
Public property ImageUrl
Gets or sets a value indicating the URL for the image that will be used in a Image button. ButtonType should be set to ImageButton.
Public property IsEditable
Gets the status of ShowInEditForm property.
(Overrides GridColumnIsEditable.)
Public property ShowInEditForm

If the corresponding GridTableView is in edit mode InPlace specifies whether this column will render an Enabled=true button control, when the corresponding item is edit mode.

Public property Text
Gets or sets a value indicating the text that will be shown for a button.
Top
See Also