ButtonColumn Members

A column type for the DataGrid control that contains a user-defined button.

The following tables list the members exposed by the ButtonColumn type.

  Name Description
Public method ButtonColumn Initializes a new instance of the ButtonColumn class.
Top

(see also Protected Properties )
  Name Description
Public property ButtonType Gets or sets the type of button to display in the ButtonColumn object.
Public property CausesValidation Gets or sets a value indicating whether validation is performed when a button in the ButtonColumn object is clicked.
Public property CommandName Gets or sets a string that represents the command to perform when a button in the System.Web.UI.WebControls.ButtonColumn object is clicked.
Public property DataTextField Gets or sets the field name from a data source to bind to the ButtonColumn object.
Public property DataTextFormatString Gets or sets the string that specifies the display format for the caption in each button.
Public property FooterStyle  Gets the style properties for the footer section of the column.(inherited from DataGridColumn)
Public property FooterText  Gets or sets the text displayed in the footer section of the column.(inherited from DataGridColumn)
Public property HeaderImageUrl  Gets or sets the location of an image to display in the header section of the column.(inherited from DataGridColumn)
Public property HeaderStyle  Gets the style properties for the header section of the column.(inherited from DataGridColumn)
Public property HeaderText  Gets or sets the text displayed in the header section of the column.(inherited from DataGridColumn)
Public property ItemStyle  Gets the style properties for the item cells of the column.(inherited from DataGridColumn)
Public property SortExpression  Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting.(inherited from DataGridColumn)
Public property Text Gets or sets the caption that is displayed in the buttons of the ButtonColumn object.
Public property ValidationGroup Gets or sets the group of validation controls for which the ButtonColumn object causes validation when it posts back to the server.
Public property Visible  Gets or sets a value that indicates whether the column is visible in the DataGrid control.(inherited from DataGridColumn)
Top

  Name Description
Protected property DesignMode  Gets a value that indicates whether the column is in design mode.(inherited from DataGridColumn)
Protected property IsTrackingViewState  Gets a value that determines whether the DataGridColumn object is marked to save its state.(inherited from DataGridColumn)
Protected property Owner  Gets the DataGrid control that the column is a member of.(inherited from DataGridColumn)
Protected property ViewState  Gets the System.Web.UI.StateBag object that allows a column derived from the DataGridColumn class to store its properties.(inherited from DataGridColumn)
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Initialize Overridden. Resets the ButtonColumn object to its initial state.
Public method InitializeCell Overridden. Resets a cell in the ButtonColumn object to its initial state.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns the string representation of the column. (inherited from DataGridColumn)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method FormatDataTextValue Converts the specified value to the format that is indicated by the DataTextFormatString property.
Protected method LoadViewState  Loads the state of the DataGridColumn object. (inherited from DataGridColumn)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnColumnChanged  Calls the DataGridDesigner.OnColumnsChanged method. (inherited from DataGridColumn)
Protected method SaveViewState  Saves the current state of the DataGridColumn object. (inherited from DataGridColumn)
Protected method TrackViewState  Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. (inherited from DataGridColumn)
Top

Community Additions

ADD
Show: