Interface IEntityProperty
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface IEntityProperty
Properties
DataItem
Declaration
object DataItem { get; }
Property Value
System.Object
|
IsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
System.Boolean
|
Metadata
OriginalValue
Declaration
object OriginalValue { get; }
Property Value
System.Object
|
PropertyName
Declaration
string PropertyName { get; }
Property Value
System.String
|
PropertyType
Declaration
Type PropertyType { get; }
Property Value
System.Type
|
PropertyValue
Declaration
object PropertyValue { get; set; }
Property Value
System.Object
|
Methods
Commit()
Declaration
void Commit()