Cell

Namespace: WellFired.Guacamole

Implements: WellFired.Guacamole.Cells.ICell

Inherits: WellFired.Guacamole.Views.View

Description

Properties

bool IsSelected { get; set; }
bool CanMouseOver { get; set; }
IListView Container { get; set; }

protected-func

  Cell ( )

Public Methods

void RecycleWithNewBindingContext ( )

Breakdown

  • bool IsSelected { get; set; }
  • bool CanMouseOver { get; set; }

    Description

    If true and the view is not disabled, then the cell can be selected.

  • Cell ( )
  • void RecycleWithNewBindingContext ( )