Click or drag to resize

IDevExpressQuantumGrid Properties

The IDevExpressQuantumGrid 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 propertywChildLevel
Returns the child level of the specified row.
Public propertywColumn
Returns the caption of a grid column specified by its index.
Public propertywColumnCount
Returns the number of columns in the specified grid view.
Public propertywExpanded
Returns true if the specified row is expanded.
Public propertywGroupCount
Returns the number of groups in the specified view.
Public propertywGroupExpanded
Returns true if the specified group is expanded.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywRowCount
Returns the number of rows in the specified grid view.
Public propertywValue
Returns or sets a cell value. For casting it to concrete type use class Convert.
Public propertywView
Returns the caption of a view specified by its index.
Public propertywViewCount
Returns the number of views in the given grid level.
Top
See Also