Click or drag to resize

IXceedGrid Properties

The IXceedGrid type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywChildView
Returns the child view object of the view or grid.
Public propertywChildViewCount
Returns the number of views displayed in the grid.
Public propertywChildViewExpanded
Returns true if the specified child view is expanded.
Public propertywColumn
Returns the caption of the grid column specified by its index.
(Inherited from IGridView.)
Public propertywColumnCount
Returns the number of grid columns.
(Inherited from IGridView.)
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywRowCount
Returns the number of grid rows.
(Inherited from IGridView.)
Public propertywValue
Returns or sets a cell value. To convert this value to a specific type, use the Convert class.
(Inherited from IGridView.)
Public propertywViewName
Returns the name of the current view.
Top
See Also