Represents any visual element in the grid and exposes properties and methods that allow their manipulations. The Column and Group classes do not have a visual representation therefore, they derive directly from the GridElement class.
[DefaultEvent("Click")]
[Designer("Xceed.Grid.Design.GridElementDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
[ToolboxItem(false)]
public abstract class VisualGridElement : GridElement
Remarks
When setting properties that modify the contents of a grid element, for example the Font or ForeColor properties, it is important to remember that if the grid element is a cell, then only the cell will be modified. If the grid element is a row or column, then all the cells in the row or column will be modified.
Gets 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.
Gets 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.
Gets 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.
Gets 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)
Gets 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)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2