Class DisplayValueFormatAttribute
Inheritance
System.Object
DisplayValueFormatAttribute
Namespace: Telerik.XamarinForms.Common.DataAnnotations
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class DisplayValueFormatAttribute : Attribute, IValueFormat
Constructors
DisplayValueFormatAttribute()
Declaration
public DisplayValueFormatAttribute()
Properties
Date
Declaration
public string Date { get; set; }
Property Value
System.String
|
Implements
NullValue
Declaration
public string NullValue { get; set; }
Property Value
System.String
|
Implements
Plural
Declaration
public string Plural { get; set; }
Property Value
System.String
|
Implements
Single
Declaration
public string Single { get; set; }
Property Value
System.String
|
Implements
Time
Declaration
public string Time { get; set; }
Property Value
System.String
|
Implements
Zero
Declaration
public string Zero { get; set; }
Property Value
System.String
|