Class EntityPropertyMetadata
Entity property metadata.
Inheritance
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class EntityPropertyMetadata : Object
Constructors
EntityPropertyMetadata()
Declaration
public EntityPropertyMetadata()
Properties
ColumnPosition
Gets or sets the column of the property representation in the layout.
Declaration
public int ColumnPosition { get; set; }
Property Value
System.Int32
|
ColumnSpan
Gets or sets the column span of the property representation in the layout.
Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32
|
Converter
DataSourceKey
Gets or sets the key that will be used by the IPropertyDataSourceProvider.
Declaration
public object DataSourceKey { get; set; }
Property Value
System.Object
|
DateRange
DisplayValueFormat
Group
Gets or sets the group that the property belongs to.
Declaration
public string Group { get; set; }
Property Value
System.String
|
Header
Gets or sets the header used by the editor.
Declaration
public string Header { get; set; }
Property Value
System.String
|
Ignored
Gets or sets a value indicating whether the property is ignored.
Declaration
public Nullable<bool> Ignored { get; set; }
Property Value
System.Nullable<System.Boolean>
|
IsReadOnly
Gets or sets a value indicating whether the property is read only.
Declaration
public Nullable<bool> IsReadOnly { get; set; }
Property Value
System.Nullable<System.Boolean>
|
NativeConversionContext
Declaration
public object NativeConversionContext { get; set; }
Property Value
System.Object
|
NumericalRange
PlaceholderText
Gets or sets the placeholder text used by the editor.
Declaration
public string PlaceholderText { get; set; }
Property Value
System.String
|
Position
Gets or sets the position (row) of the property representation in the layout.
Declaration
public int Position { get; set; }
Property Value
System.Int32
|
Required
Gets or sets a value indicating whether the property is required.
Declaration
public Nullable<bool> Required { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Validators
Gets a collection of all validators defined for this property.
Declaration
public Collection<IPropertyValidator> Validators { get; }
Property Value
System.Collections.ObjectModel.Collection<IPropertyValidator>
|