Class DisplayValueFormatAttribute
Inheritance
System.Object
DisplayValueFormatAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.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
|