Version

UltraEditorButtonColumnBase Class Properties

For a list of all members of this type, see UltraEditorButtonColumnBase members.

Public Properties
 NameDescription
Public PropertyAppearancesA collection of all the Appearance objects created for use with this column.  
Public PropertyAutoSizeModeGets or sets the mode by which the column automatically adjusts its width. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyButtonsLeftReturns a collection of editor buttons displayed on the left side of the edit area.  
Public PropertyButtonsRightReturns a collection of editor buttons displayed on the right side of the edit area.  
Public PropertyButtonStyleDetermines the style of buttons used in the cells. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyCellAppearanceDefault appearance for the cells in the column (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyCellButtonAppearanceDefault appearance for the buttons in the column  
Public PropertyCellTemplateGets or sets the template used to create new cells. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyCellTypeGets the run-time type of the cell template. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyContextMenuStripGets or sets the shortcut menu for the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyCreationFilterGets/sets the creation filter property (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyCursorFilterGets/sets the cursor filter property (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyDataGridViewGets the System.Windows.Forms.DataGridView control associated with this element. (Inherited from System.Windows.Forms.DataGridViewElement)
Public PropertyDataPropertyNameGets or sets the name of the data source property or database column to which the System.Windows.Forms.DataGridViewColumn is bound. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyDefaultCellStyleGets or sets the column's default cell style. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyDefaultHeaderCellTypeGets or sets the run-time type of the default header cell. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertyDefaultNewRowValueGets the default value for a cell in a newly created row. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyDisplayedGets a value indicating whether the band is currently displayed onscreen. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertyDisplayIndexGets or sets the display order of the column relative to the currently displayed columns. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyDisplayStyleReturns or sets the display style used by the column. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyDividerWidthGets or sets the width, in pixels, of the column divider. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyDrawFilterGets/sets the draw filter property (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyEditCellAppearanceDefault appearance for the cells when in edit mode (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyEditorThe Embeddable Editor being used by the column (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyFillWeightGets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyFlatModeIndicates whether the control cells have a flat appearance. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyFrozenGets or sets a value indicating whether a column will move when a user scrolls the System.Windows.Forms.DataGridView control horizontally. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyHasCellAppearanceReturns whether or not the control has a CellAppearance (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyHasCellButtonAppearanceReturns whether or not the control has a CellAppearance  
Public PropertyHasDefaultCellStyleGets a value indicating whether the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property has been set. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertyHasEditCellAppearanceReturns whether or not the control has a CellAppearance (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyHasSelectedCellAppearanceReturns whether or not the control has a CellAppearance (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyHeaderCellGets or sets the System.Windows.Forms.DataGridViewColumnHeaderCell that represents the column header. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyHeaderTextGets or sets the caption text on the column's header cell. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyImageListReturns or sets the ImageList associated with the column.  
Public PropertyImageTransparentColorGets/sets the color that will be masked out of the image displayed by the control. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyIndexGets the relative position of the band within the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertyInheritedAutoSizeModeGets the sizing mode in effect for the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyInheritedStyleGets the cell style currently applied to the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyIsDataBoundGets a value indicating whether the column is bound to a data source. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyMinimumWidthGets or sets the minimum width, in pixels, of the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyNameGets or sets the name of the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyReadOnlyGets or sets a value indicating whether the user can edit the column's cells. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyResizableGets or sets a value indicating whether the column is resizable. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertySelectedGets or sets a value indicating whether the band is in a selected user interface (UI) state. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertySelectedCellAppearanceDefault appearance for the Selected cells in the column (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertySiteGets or sets the site of the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertySortModeGets or sets the sort mode for the column. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyStateGets the user interface (UI) state of the element. (Inherited from System.Windows.Forms.DataGridViewElement)
Public PropertySupportsThemesGets / sets whether the column will display using Windows XP Themes. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Public PropertyTagGets or sets the object that contains data to associate with the band. (Inherited from System.Windows.Forms.DataGridViewBand)
Public PropertyToolTipTextGets or sets the text used for ToolTips. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyValueTypeGets or sets the data type of the values in the column's cells. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyVisibleGets or sets a value indicating whether the column is visible. (Inherited from System.Windows.Forms.DataGridViewColumn)
Public PropertyWidthGets or sets the current width of the column. (Inherited from System.Windows.Forms.DataGridViewColumn)
Protected Properties
 NameDescription
Protected PropertyDefaultSortModeThe Default SortMode for the column. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
Protected PropertyHeaderCellCoreGets or sets the header cell of the System.Windows.Forms.DataGridViewBand. (Inherited from System.Windows.Forms.DataGridViewBand)
Protected PropertyIsRowGets a value indicating whether the band represents a row. (Inherited from System.Windows.Forms.DataGridViewBand)
Protected PropertySubObjectPropChangeEventHandlerHandles the SubObjectPropChange notifications for Sub-object properties of this object (Inherited from Infragistics.Win.UltraDataGridView.UltraColumnBase)
See Also