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
|
getset |
Gets or sets the title.
The title.
◆ Detail
|
getset |
Gets or sets the Detail.
The Detail.
◆ DisplayTag
|
getset |
Gets or sets the tag the display read history for
The display tag.
Member Data Documentation
◆ UpdateTimeProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "UpdateTime",
returnType: typeof(DateTime),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: default(DateTime))
BindableProperty for UpdateTime
◆ TitleProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "Title",
returnType: typeof(string),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)
BindableProperty for Title
◆ DetailProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "Detail",
returnType: typeof(string),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)
BindableProperty for Detail
◆ DisplayTagProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "DisplayTag",
returnType: typeof(UgiTag),
declaringType: typeof(UgiFormsTagViewCell),
defaultValue: null)
BindableProperty for DisplayTag
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |