SourceGrid.Grid.CreateRowsObject C# (CSharp) Méthode

CreateRowsObject() protected méthode

Method used to create the rows object, in this class of type RowInfoCollection.
protected CreateRowsObject ( ) : SourceGrid.RowsBase
Résultat SourceGrid.RowsBase
        protected override RowsBase CreateRowsObject()
        {
            return new GridRows(this);
        }