DekGenius.com
[ Team LiB ] Previous Section Next Section

GridTablesFactory

System.Windows.Forms (system.windows.forms.dll)class

This class is for internal use only and should not be called from your own code.

public class GridTablesFactory {
// Public Static Methods
   public static DataGridTableStyle[ ] CreateGridTables(DataGridTableStyle gridTable, object dataSource, 
        string dataMember, BindingContext bindingManager);
}
    [ Team LiB ] Previous Section Next Section