Back to Devexpress

GridViewCommandColumn Properties

aspnet-devexpress-dot-web-dot-gridviewcommandcolumn-dot-underscore-properties.md

latest12.3 KB
Original Source

GridViewCommandColumn Properties

Represents a command column.

NameDescription
AdaptivePriorityGets or sets the priority of column hiding in adaptive mode. Inherited from GridViewColumn.
AllowDragDropGets or sets whether end-users can drag the column’s header.
AllowTextTruncationInAdaptiveModeSpecifies whether the column’s text can be truncated in adaptive mode. Inherited from GridViewColumn.
ButtonRenderModeSpecifies the render mode of the command buttons for the current command column.
ButtonTypeObsolete. Specifies the type of the command buttons for the current command column.
CancelButtonObsolete. Gets the Cancel button settings.
CaptionGets or sets the text displayed within the column header. Inherited from WebColumnBase.
CellRowSpanSpecifies the number of rows that a command column spans.
CellStyleGets the style settings used to paint column cells. Inherited from GridViewColumn.
ClearFilterButtonObsolete. Gets the Clear button settings.
CollectionGets a collection of columns to which the column belongs. Inherited from GridViewColumn.
ColumnsProvides access to a collection of columns that the current column combines. Inherited from GridViewColumn.
CustomButtonsGets the collection of custom buttons.
DeleteButtonObsolete. Gets the Delete button settings.
EditButtonObsolete. Gets the Edit button settings.
ExportCellStyleGets the style settings defining the appearance of data cells when the grid is exported. Inherited from GridViewColumn.
ExportWidthSpecifies the column’s export width. Inherited from GridViewColumn.
FilterTemplateSpecifies a template to display the column’s filter row cell. Inherited from GridViewColumn.
FixedStyleGets or sets whether the column is fixed on the ASPxGridView’s left edge. Inherited from GridViewColumn.
FooterCellStyleGets the style settings used to paint footer cells within a column. Inherited from GridViewColumn.
FooterTemplateSpecifies a template to display the column’s footer cell. Inherited from GridViewColumn.
GridGets the Grid View that owns the current column. Inherited from GridViewColumn.
GroupFooterCellStyleGets the style settings used to paint group footer cells within a column. Inherited from GridViewColumn.
GroupFooterTemplateSpecifies a template to display the column’s group footer cells. Inherited from GridViewColumn.
HeaderCaptionTemplateSpecifies a template to display the column header caption. Inherited from GridViewColumn.
HeaderStyleSpecifies the appearance of the column’s header. Inherited from GridViewColumn.
HeaderTemplateSpecifies a template to display the column’s header content. Inherited from GridViewColumn.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
MaxWidthGets or sets the maximum width of the column. Inherited from GridViewColumn.
MinWidthGets or sets the minimum width of the column. Inherited from GridViewColumn.
NameGets or sets the unique programmatic identifier name for a column. Inherited from WebColumnBase.
NewButtonObsolete. Gets the New button settings.
ParentBandGets the column’s parent column. Inherited from GridViewColumn.
SelectAllCheckboxModeSpecifies the Select All check box visibility and selection mode.
SelectButtonObsolete. Gets the Select button settings.
SelectCheckBoxPositionGets or sets a value specifying the “Select” check box position.
ShowApplyFilterButtonSpecifies whether the Apply command button is displayed in the command column.
ShowCancelButtonSpecifies whether the Cancel command button is displayed in the command column.
ShowClearFilterButtonSpecifies whether the Clear command button is displayed in the command column.
ShowDeleteButtonSpecifies whether the Delete command button is displayed in the command column.
ShowEditButtonSpecifies whether the Edit command button is displayed in the command column.
ShowInCustomizationFormGets or sets whether the column’s header is displayed within the Customization Window and Customization Dialog when the column is hidden. Inherited from GridViewColumn.
ShowNewButtonSpecifies whether the New command button is displayed in the command column.
ShowNewButtonInHeaderSpecifies whether the New command button is displayed in the command column header.
ShowRecoverButtonSpecifies whether the Recover command button is displayed in the command column.
ShowSelectButtonSpecifies whether ASPxGridView displays the Select command item within the command column.
ShowSelectCheckboxSpecifies whether the control displays an editor (check box or radio button) for row selection.
ShowUpdateButtonSpecifies whether the Update command button is displayed in the command column.
ToolTipGets or sets the column header’s tooltip text. Inherited from WebColumnBase.
UpdateButtonObsolete. Gets the Update button settings.
VisibleSpecifies whether the column is visible. Inherited from WebColumnBase.
VisibleIndexSpecifies the column’s position among visible columns in a web control. Inherited from WebColumnBase.
WidthGets or sets the column’s width. Inherited from WebColumnBase.

See Also

GridViewCommandColumn Class

GridViewCommandColumn Members

DevExpress.Web Namespace