C# Class Open.Core.UI.Controls.AutoGrid.Row

Represents a single row.
Mostra file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Remove ( ) : void
Row ( AutoGrid parent, int index, object model ) : System.Linq

Private Methods

Method Description
CreateCell ( AutoColumnDefinition definition ) : ContentControl
CreateCells ( ) : void
UpdateRowIndexes ( ) : void

Method Details

Remove() public method

public Remove ( ) : void
return void

Row() public method

public Row ( AutoGrid parent, int index, object model ) : System.Linq
parent AutoGrid
index int
model object
return System.Linq