C# Class ClanceysLib.UIDataGridView

Afficher le fichier Open project: Clancey/ClanceyLib Class Usage Examples

Méthodes publiques

Свойство Type Description
RowHeaderWidth float
RowHeight float

Méthodes publiques

Méthode Description
UIDataGridView ( RectangleF rect ) : System
UpdateGrid ( ) : void

Private Methods

Méthode Description
generateColumn ( PropertyInfo prop ) : UIDataGridColumn
generateColumns ( ) : void
generateRow ( object item, int rowIndex ) : UIDataGridRow
getMaxWidth ( string propertyName ) : float
getPropertyValue ( object inObject, string propertyName ) : string

Method Details

UIDataGridView() public méthode

public UIDataGridView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System

UpdateGrid() public méthode

public UpdateGrid ( ) : void
Résultat void

Property Details

RowHeaderWidth public_oe property

public float RowHeaderWidth
Résultat float

RowHeight public_oe property

public float RowHeight
Résultat float