IDevExpressXtraGrid Properties |
The IDevExpressXtraGrid type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wChildView |
Returns the child view object of the view or grid.
| |
wChildViewCount |
Returns the number of views displayed in the grid.
| |
wColumn |
Returns the caption of the grid column specified by its index.
(Inherited from IGridView.) | |
wColumnCount |
Returns the number of grid columns.
(Inherited from IGridView.) | |
wExpanded |
Returns true if the specified row is expanded.
| |
wGroupCount |
Returns the number of groups.
| |
wGroupExpanded |
Returns true if the specified group is expanded.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wRowCount |
Returns the number of grid rows.
(Inherited from IGridView.) | |
wValue |
Returns or sets a cell value. To convert this value to a specific type, use the Convert class.
(Inherited from IGridView.) | |
wViewName |
Returns the name of the current view.
|