IXtraGrid Interface
A DevExpress XtraGrid object.

C# Syntax

public interface IXtraGrid : ICustomGrid  
Public Properties
 NameDescription
PropertyColumnCountReturns the number of columns in the current view.  
PropertyRowCountReturns the number of rows in the current view.  
PropertyTableTestObjectReturns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid)
Top
Public Methods
 NameDescription
MethodActivateCellDouble-clicks the specified cell in this grid.  
MethodActivateColumnOverloaded. Double-clicks the specified column header in this grid.  
MethodGetCellOverloaded. Returns a cell in the grid.  
MethodGroupRowsOverloaded. Groups table rows according to the specified column.  
MethodMakeCellVisibleScrolls the specified cell into view.  
MethodSelectCellSelects the specified cell in this grid.  
MethodSelectColumnOverloaded. Clicks the specified column header in this grid.  
MethodSetFilterOverloaded. Applies the specified filter string to the specified column.  
MethodSetViewExpands the parent rows of the specified view and makes it the current view.  
MethodSortOverloaded. Sorts this table by the specified column, ascending.  
MethodSortDescendingOverloaded. Sorts this table by the specified column, descending.  
MethodUngroupRowsOverloaded. Ungroups table rows according to the specified column.  
Top