Cell¶
Namespace: WellFired.Guacamole
Implements: WellFired.Guacamole.Cells.ICell
Inherits: WellFired.Guacamole.Views.View
Description¶
public-static-attrib¶
| readonly BindableProperty | IsSelectedProperty |
| readonly BindableProperty | CanMouseOverProperty |
Properties¶
| bool | IsSelected { get; set; } |
| bool | CanMouseOver { get; set; } |
| IListView | Container { get; set; } |
Public Methods¶
| void | RecycleWithNewBindingContext ( ) |
Breakdown¶
- readonly BindableProperty IsSelectedProperty
- readonly BindableProperty CanMouseOverProperty
- bool IsSelected { get; set; }
bool CanMouseOver { get; set; }
Description
If true and the view is not disabled, then the cell can be selected.
- IListView Container { get; set; }
- Cell ( )
- void RecycleWithNewBindingContext ( )