Click or drag to resize

ProgressCell Class

Cell for Grid controls to show and bind a int value to a progress bar.
Inheritance Hierarchy
System.Object
  Eto.Widget
    Eto.Forms.Cell
      Eto.Forms.SingleValueCell<Nullable<Single>>
        Eto.Forms.ProgressCell

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