Version

Cell Property (CellUIElementBase)

Returns the cell associated with the object. This property is read-only at run-time. This property is not available at design-time.
Syntax
'Declaration
 
Public ReadOnly Property Cell As UltraGridCell
public UltraGridCell Cell {get;}
Remarks

The Cell property of an object refers to a specific cell in the grid as defined by an UltraGridCell object. You use the Cell property to access the properties of a specified UltraGridCell object, or to return a reference to an UltraGridCell object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also