C# Class Hyena.Data.ColumnDescription

Show file Open project: rubenv/tripod

Public Methods

Method Description
ColumnDescription ( string property, string title, double width ) : System
ColumnDescription ( string property, string title, double width, bool visible ) : System

Protected Methods

Method Description
OnVisibilityChanged ( ) : void
OnWidthChanged ( ) : void

Method Details

ColumnDescription() public method

public ColumnDescription ( string property, string title, double width ) : System
property string
title string
width double
return System

ColumnDescription() public method

public ColumnDescription ( string property, string title, double width, bool visible ) : System
property string
title string
width double
visible bool
return System

OnVisibilityChanged() protected method

protected OnVisibilityChanged ( ) : void
return void

OnWidthChanged() protected method

protected OnWidthChanged ( ) : void
return void