Xceed Grid for WinForms v4.3 Documentation
ColumnManagerCell Class Members
Properties  Methods  Events


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : ColumnManagerCell Class

The following tables list the members exposed by ColumnManagerCell.

Protected Constructors
 NameDescription
Protected Internal ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the default action description of the element for use by accessibility client applications. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the description of the element used by accessibility client applications. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the name of the element used by accessibility client applications. (Inherited from Xceed.Grid.Cell)
Public PropertyGets the alignment of the element's content. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets a boolean value indicating whether the grid element can accept data that the user drags onto it. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets the ambient parent of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the background color of the grid element. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the background image of the grid element. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets the alignment of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets the style of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyOverridden. Gets the borders of the Cell.  
Public PropertyGets a System.Drawing.Rectangle structure that represents the grid element's bounds. The X and Y coordinates are relative to the grid's client rectangle and can be negative if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets a boolean value indicating if the cell can be the current cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets a boolean value indicating if the grid element will receive all mouse events. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets the control that is currently displayed by the cell (according to the CellEditorDisplayConditions) property, or the control that is currently editing the content of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets a value representing under what conditions a cell's editor is displayed. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the Xceed.Grid.Viewers.CellViewerManager that will be used to view the content of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets the client rectangle of the grid element. The rectangle represents the visible portion of the grid element and is in client coordinates. The X and Y coordinates are always 0,0. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets the display rectangle of the grid element. The rectangle is in client coordinates and the X and Y coordinates can be negative if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets the description of the error that will be displayed in the tooltip when the mouse passes over the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets the field name of the cell's parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the foreground color of the grid element. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the custom Format Provider that will be used to format the cell's data. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the format that will be used to display the cell's content. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the GradientMap of the visual grid element. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets the GridElement.GridControl in which all the grid elements are contained. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets a boolean value indicating if hot tracking is enabled for the grid element.  
Public PropertyGets or sets the style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets a boolean value indicating if the GridElement.BackColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the cell has an active cell editor. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the CellEditorDisplayConditions property gets its value from its parent. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the CellEditorManager property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the CellViewerManager property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the GridElement.ClipPartialLine property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the cell is the current cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the GridElement.Font property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the GridElement.ForeColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the FormatProvider property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the FormatSpecifier property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the GridElement.HorizontalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the HotTracking property gets its value from its parent.  
Public PropertyGets a boolean value indicating if the NullText property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the NullValue property gets its value from its parent column. (Inherited from Xceed.Grid.Cell)
Public PropertyGets a boolean value indicating if the GridElement.OverrideUIStyle property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating whether the GridControl.OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if one or more properties of the GridElement.ReportStyle have been explicitly set. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets a boolean value indicating if the GridElement.Trimming property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyOverridden. Gets a boolean value indicating if the GridElement.VerticalAlignment property gets its value from its parent.  
Public PropertyGets a boolean value indicating if the GridElement.WordWrap property gets its value from its parent. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the text that is displayed when the cell contains a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the a null reference (Nothing in Visual Basic) value of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets the parent column of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets the parent grid of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets the parent row of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets a boolean value indicating if the content of cell(s) can be edited. (Inherited from Xceed.Grid.GridElement)
Public Property (Inherited from Xceed.Grid.VisualGridElement)
Public PropertyGets or sets the object that contains data about the grid element. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets the content of the cell. (Inherited from Xceed.Grid.Cell)
Public PropertyGets or sets the vertical alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets a boolean value indicating if the GridElement is visible. (Inherited from Xceed.Grid.GridElement)
Public PropertyGets or sets a boolean value indicating if the text of the grid element should be wrapped. (Inherited from Xceed.Grid.GridElement)
Top
Protected Properties
 NameDescription
Protected PropertyOverridden. Gets the ambient value of the column manager cell's GridElement.BackColor property.  
Protected PropertyGets the ambient value of the cell's CellEditorDisplayConditions property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's CellEditorManager property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's CellViewerManager property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.ClipPartialLine property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.Font property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.ForeColor property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's FormatProvider property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's FormatSpecifier property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.HorizontalAlignment property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the grid element's HotTracking property.  
Protected PropertyGets the ambient value of the cell's NullText property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's NullValue property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.OverrideUIStyle property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.ReadOnly property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.Trimming property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.VerticalAlignment property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the ambient value of the cell's GridElement.WordWrap property. (Inherited from Xceed.Grid.Cell)
Protected PropertyOverridden. Gets the default value of the AccessibleDefaultActionDescription property.  
Protected PropertyOverridden. Gets the default value of the AccessibleDescription property.  
Protected PropertyGets the default value of the AccessibleName property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the VisualGridElement.AllowDrop property. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the GridElement.BackColor property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the VisualGridElement.BackgroundImage property. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the VisualGridElement.BackgroundImageAlignment property. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the VisualGridElement.BackgroundImageStyle property. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the CanBeCurrent property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the CellEditorDisplayConditions property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the CellEditorManager property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the CellViewerManager property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the GridElement.ClipPartialLine property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.Font property (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.ForeColor property (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the FormatProvider property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the FormatSpecifier property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default VisualGridElement.GradientMap of the VisualGridElement. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the GridElement.HorizontalAlignment property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the HotTracking property  
Protected PropertyGets the default visual style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyGets the default value of the NullText property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the NullValue property. (Inherited from Xceed.Grid.Cell)
Protected PropertyGets the default value of the GridElement.OverrideUIStyle property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.ReadOnly property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.Tag property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.Trimming property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyOverridden. Gets the default value of the GridElement.VerticalAlignment property.  
Protected PropertyGets the default value of the GridElement.Visible property. (Inherited from Xceed.Grid.GridElement)
Protected PropertyGets the default value of the GridElement.WordWrap property. (Inherited from Xceed.Grid.GridElement)
Protected Property (Inherited from Xceed.Grid.GridElementBase)
Protected Internal PropertyGets a boolean value indicating whether the mouse is over the current VisualGridElement. (Inherited from Xceed.Grid.VisualGridElement)
Protected PropertyValue indicating if the mouse events will be handled by the ColumnManagerCell.  
Protected PropertyGets a boolean value indicating if the GridElement's parent is visible. (Inherited from Xceed.Grid.GridElement)
Protected Property (Inherited from Xceed.Grid.GridElementBase)
Protected Internal PropertyThis property is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Grid.GridElement)
Top
Public Methods
 NameDescription
Public MethodBrings the cell into the visible area of the grid. (Inherited from Xceed.Grid.Cell)
Public MethodComputes the location of the specified client point into grid coordinates. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodComputes the size and location of the specified client rectangle in grid coordinates (Inherited from Xceed.Grid.VisualGridElement)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodBegins a drag-and-drop operation. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodOverloaded. Enter edit mode. (Inherited from Xceed.Grid.Cell)
Public MethodRetrieves the formatted text displayed by the cell. (Inherited from Xceed.Grid.Cell)
Public MethodRetrieves the grid element's visual style used to paint itself. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodRetrieves the fitted height of the cell in pixels. (Inherited from Xceed.Grid.Cell)
Public MethodRetrieves the fitted width of the cell in pixels. (Inherited from Xceed.Grid.Cell)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodComputes the location of the specified grid point into client coordinates. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodComputes the size and location of the specified grid rectangle in client coordinates (Inherited from Xceed.Grid.VisualGridElement)
Public MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodInvalidates the rectangle of the grid element and causes a paint message to be sent to the grid control. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodStops the edition of the cell. (Inherited from Xceed.Grid.Cell)
Public MethodDetermines the location of the specified screen point into client coordinates. Should not be used when doing painting destined for printing. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodDetermines the location of the specified client point into screen coordinates. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodDetermine the size and location of the specified screen rectangle in client coordinates. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodDetermines the size and location of the specified client rectangle in screen coordinates. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the AccessibleDefaultActionDescription property to its default value, DefaultAccessibleDefaultActionDescription. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the AccessibleDescription property to its default value, DefaultAccessibleDescription. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the AccessibleName property to its default value, DefaultAccessibleName. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the VisualGridElement.AllowDrop property to its default value, VisualGridElement.DefaultAllowDrop. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the GridElement.BackColor property to its default value, GridElement.DefaultBackColor. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the VisualGridElement.BackgroundImage property to its default value, VisualGridElement.DefaultBackgroundImage. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the VisualGridElement.BackgroundImageAlignment property to its default value, VisualGridElement.DefaultBackgroundImageAlignment. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the VisualGridElement.BackgroundImageStyle property to its default value, VisualGridElement.DefaultBackgroundImageStyle. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the CanBeCurrent property to its default value, DefaultCanBeCurrent. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the CellEditorDisplayConditions property to its default value, DefaultCellEditorDisplayConditions. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the CellEditorManager property to its default value, DefaultCellEditorManager. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the CellViewerManager property to its default value, DefaultCellViewerManager. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the GridElement.ClipPartialLine property to its default value, GridElement.DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the ErrorDescription property to its default value, string.Empty. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the GridElement.Font property to its default value, GridElement.DefaultFont. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.ForeColor property to its default value, GridElement.DefaultForeColor. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the FormatProvider property to its default value, DefaultFormatProvider. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the FormatSpecifier property to its default value, DefaultFormatSpecifier. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the VisualGridElement.GradientMap property to its default value, VisualGridElement.DefaultGradientMap. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the GridElement.HorizontalAlignment property to its default value, GridElement.DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the HotTracking property to its default value, DefaultHotTracking.  
Public MethodResets the hot visual style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the NullText property to its default value, DefaultNullText. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the NullValue property to its default value, DefaultNullValue. (Inherited from Xceed.Grid.Cell)
Public MethodResets the value of the GridElement.OverrideUIStyle property to its default value, GridElement.DefaultOverrideUIStyle. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.ReadOnly property to its default value, GridElement.DefaultReadOnly. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the property values of the GridElement.ReportStyle. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the values of the properties affected by a GridElementStyle to their default values. (Inherited from Xceed.Grid.VisualGridElement)
Public MethodResets the value of the GridElement.Tag property to its default value, GridElement.DefaultTag. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.Trimming property to its default value, GridElement.DefaultTrimming. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.VerticalAlignment property to its default value, GridElement.DefaultVerticalAlignment. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.Visible property to its default value, GridElement.DefaultVisible. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GridElement.WordWrap property to its default value, GridElement.DefaultWordWrap. (Inherited from Xceed.Grid.GridElement)
Public MethodReturns a string representing the Value of the cell. (Inherited from Xceed.Grid.Cell)
Top
Protected Methods
 NameDescription
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodCalculates the string format to apply to visual grid element. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodOverridden. Creates a new Cell object that is a copy of the current instance.  
Protected Internal MethodOverridden. Retrieves the formatted text to paint in the cell. This does not necessarily correspond to Title.  
Protected Internal MethodOverridden. Retrieves the fitted height of the cell in pixels.  
Protected Internal MethodOverridden. Retrieves the fitted width of the cell in pixels.  
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodOverridden. Retrieves the value assigned to the ColumnManagerCell.  
Protected Internal MethodDetermines if a character is an input character that the cell recognizes. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodReturns a boolean value indicating if the key(s) pressed is an input key for the cell. (Inherited from Xceed.Grid.Cell)
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodRaises the VisualGridElement.AllowDropChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the GridElement.BackColorChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the VisualGridElement.BackgroundImageAlignmentChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the VisualGridElement.BackgroundImageChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the VisualGridElement.BackgroundImageStyleChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the CanBeCurrentChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the CellEditorDisplayConditionsChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the CellEditorManagerChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the CellViewerManagerChanged event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodOverridden. Raises the VisualGridElement.Click event.  
Protected MethodRaises the GridElement.ClipPartialLineChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodOverridden. Raises the VisualGridElement.DoubleClick event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.DragDrop event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the System.Windows.Forms.Control.DragEnter event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the System.Windows.Forms.Control.DragLeave event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the System.Windows.Forms.Control.DragOver event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the EditEntered event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the EditLeft event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodRaises the EnteringEdit event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the ErrorDescriptionChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the GridElement.FontChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the GridElement.ForeColorChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the FormatProviderChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the FormatSpecifierChanged event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the VisualGridElement.GradientMapChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the GridElement.HorizontalAlignmentChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the VisualGridElement.HotVisualStyleChanged event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the VisualGridElement.KeyDown event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodRaises the VisualGridElement.KeyPress event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodRaises the VisualGridElement.KeyUp event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the LeavingEdit event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodOverridden. Raises the System.Windows.Forms.Control.MouseDown event.  
Protected Internal MethodOverridden. Raises the VisualGridElement.MouseEnter event.  
Protected Internal MethodOverridden. Raises the VisualGridElement.MouseLeave event.  
Protected Internal MethodOverridden. Raises the System.Windows.Forms.Control.MouseMove event.  
Protected Internal MethodOverridden. Raises the VisualGridElement.MouseUp event.  
Protected MethodRaises the NullTextChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the NullValueChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the GridElement.OverrideUIStyleChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the VisualGridElement.Paint event. (Inherited from Xceed.Grid.VisualGridElement)
Protected Internal MethodRaises the QueryAccessibilityHelp event. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodRaises the System.Windows.Forms.Control.QueryContinueDrag event. (Inherited from Xceed.Grid.VisualGridElement)
Protected MethodRaises the GridElement.ReadOnlyChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the SiblingValueChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the GridElement.TrimmingChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the ValidationError event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the ValueChanged event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the ValueChanging event. (Inherited from Xceed.Grid.Cell)
Protected MethodRaises the GridElement.VerticalAlignmentChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the GridElement.VisibleChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the GridElement.WordWrapChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodOverridden. Paints the background of the grid element.  
Protected Internal MethodPaints the borders of the Cell. (Inherited from Xceed.Grid.Cell)
Protected Internal MethodOverridden. Paints the foreground of the ColumnManagerCell.  
Protected Internal MethodOverridden. Paints the column manager cell in a hot state.  
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodOverridden. Assigns the value to the ColumnManagerCell.  
Protected MethodThis method is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Grid.Cell)
Top
Public Events
 NameDescription
Public EventRaised when the value of the VisualGridElement.AllowDrop property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the GridElement.BackColor property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the VisualGridElement.BackgroundImageAlignment property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the VisualGridElement.BackgroundImage property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the VisualGridElement.BackgroundImageStyle property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the CanBeCurrent property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the CellEditorDisplayConditions property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the CellEditorManager property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the CellViewerManager property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the grid element is clicked. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the GridElement.ClipPartialLine property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the grid element is double clicked. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when a drag-and-drop operation is completed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when an object is dragged into the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when an object is dragged out of the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when an object is dragged over the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the cell has entered edit mode. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the cell has exited edit mode. (Inherited from Xceed.Grid.Cell)
Public EventRaised before editing a cell. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the ErrorDescription property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the GridElement.Font property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the GridElement.ForeColor property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the FormatProvider property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the FormatSpecifier property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised during a drag operation. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the VisualGridElement.GradientMap property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the GridElement.HorizontalAlignment property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the VisualGridElement.HotVisualStyle property is changed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when a key is pressed while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when a key is pressed while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when a key is released while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised after a cell has been edited to validate the content of the cell. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the mouse pointer is over the grid element and a mouse button is pressed. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the mouse pointer enters the grid element. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the mouse pointer leaves the grid element. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the mouse pointer is moved over the grid element. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the mouse pointer is over the grid element and a mouse button is released. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the NullText property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the NullValue property is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the GridElement.OverrideUIStyle property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised after the grid element's background and foreground have been painted. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when an Accessibility client invokes help for that element. (Inherited from Xceed.Grid.Cell)
Public EventRaised during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be cancelled. (Inherited from Xceed.Grid.VisualGridElement)
Public EventRaised when the value of the GridElement.ReadOnly property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the Value property of one of the cell's siblings is changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the GridElement.Trimming property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the cell does not pass the validation process. (Inherited from Xceed.Grid.Cell)
Public EventRaised when a cell's value has been changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when a cell's value is being changed. (Inherited from Xceed.Grid.Cell)
Public EventRaised when the value of the GridElement.VerticalAlignment property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the GridElement.Visible property is changed. (Inherited from Xceed.Grid.GridElement)
Public EventRaised when the value of the GridElement.WordWrap property is changed. (Inherited from Xceed.Grid.GridElement)
Top
See Also

Reference

ColumnManagerCell Class
Xceed.Grid Namespace