Click or drag to resize

ProgressCell Class

Cell for Grid controls to show and bind a int value to a progress bar.
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCell
      Eto.FormsSingleValueCellNullableSingle
        Eto.FormsProgressCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ProgressCell : SingleValueCell<Nullable<float>>
Constructors
  NameDescription
Public methodProgressCell
Initializes a new instance of the ProgressCell class.
Public methodProgressCell(Int32)
Initializes a new instance of the ProgressCell class.
Public methodProgressCell(String, Boolean)
Initializes a new instance of the ProgressCell class with the specified property to bind to.
Top
See Also