CustomGrid Class
Various custom grid getters. The returned objects expose the functionality of the specific grid types.

C# Syntax

public class CustomGrid 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.WinForms.CustomGrid

Public Properties
 NameDescription
Public PropertyC1FlexGridA ComponentOne C1FlexGrid object.  
Public PropertyC1TrueDbGridA ComponentOne C1TrueDBGrid object.  
Public PropertyDataGridA Microsoft DataGrid object.  
Public PropertyDataGridViewA Microsoft DataGridView object.  
Public PropertyUltraWinGridAn Infragistics UltraWinGrid object.  
Public PropertyXtraGridA DevExpress XtraGrid object.  
Top