C# Syntax
public interface IXtraGrid : ICustomGrid
Name | Description | |
---|---|---|
ColumnCount | Returns the number of columns in the current view. | |
RowCount | Returns the number of rows in the current view. | |
TableTestObject | Returns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid) |
Name | Description | |
---|---|---|
ActivateCell | Double-clicks the specified cell in this grid. | |
ActivateColumn | Overloaded. Double-clicks the specified column header in this grid. | |
GetCell | Overloaded. Returns a cell in the grid. | |
GroupRows | Overloaded. Groups table rows according to the specified column. | |
MakeCellVisible | Scrolls the specified cell into view. | |
SelectCell | Selects the specified cell in this grid. | |
SelectColumn | Overloaded. Clicks the specified column header in this grid. | |
SetFilter | Overloaded. Applies the specified filter string to the specified column. | |
SetView | Expands the parent rows of the specified view and makes it the current view. | |
Sort | Overloaded. Sorts this table by the specified column, ascending. | |
SortDescending | Overloaded. Sorts this table by the specified column, descending. | |
UngroupRows | Overloaded. Ungroups table rows according to the specified column. |