UGrokItApiForms.UgiFormsTagViewCell Class Reference

Overview

Xamarin.Forms Cell to put in a ListView, with title text, detail text and a graphical display of a tag's read history

Properties

string Title [get, set]
 Gets or sets the title. More...
 
string Detail [get, set]
 Gets or sets the Detail. More...
 
UgiTag DisplayTag [get, set]
 Gets or sets the tag the display read history for More...
 

Constants

static readonly BindableProperty UpdateTimeProperty
 BindableProperty for UpdateTime More...
 
static readonly BindableProperty TitleProperty
 BindableProperty for Title More...
 
static readonly BindableProperty DetailProperty
 BindableProperty for Detail More...
 
static readonly BindableProperty DisplayTagProperty
 BindableProperty for DisplayTag More...
 

Property Documentation

◆ Title

string UGrokItApiForms.UgiFormsTagViewCell.Title
getset

Gets or sets the title.

The title.

◆ Detail

string UGrokItApiForms.UgiFormsTagViewCell.Detail
getset

Gets or sets the Detail.

The Detail.

◆ DisplayTag

UgiTag UGrokItApiForms.UgiFormsTagViewCell.DisplayTag
getset

Gets or sets the tag the display read history for

The display tag.

Member Data Documentation

◆ UpdateTimeProperty

readonly BindableProperty UGrokItApiForms.UgiFormsTagViewCell.UpdateTimeProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "UpdateTime",
returnType: typeof(DateTime),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: default(DateTime))

BindableProperty for UpdateTime

◆ TitleProperty

readonly BindableProperty UGrokItApiForms.UgiFormsTagViewCell.TitleProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "Title",
returnType: typeof(string),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)

BindableProperty for Title

◆ DetailProperty

readonly BindableProperty UGrokItApiForms.UgiFormsTagViewCell.DetailProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "Detail",
returnType: typeof(string),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)

BindableProperty for Detail

◆ DisplayTagProperty

readonly BindableProperty UGrokItApiForms.UgiFormsTagViewCell.DisplayTagProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "DisplayTag",
returnType: typeof(UgiTag),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)

BindableProperty for DisplayTag