Interface IDataFormRenderer
Renderers for the RadDataForm control should implement this interface.
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface IDataFormRenderer
Methods
CommitAll()
Commits all properties.
Declaration
void CommitAll()
CommitProperty(String)
Commits a property with specific name.
Declaration
void CommitProperty(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
GetGroupHeaderStyle(String)
Gets the group header style.
Declaration
DataFormGroupHeaderStyle GetGroupHeaderStyle(string groupName)
Parameters
System.String
groupName
Group name. |
Returns
DataFormGroupHeaderStyle
The group header style. |
GetGroupLayoutDefinition(String)
Gets the group layout definition.
Declaration
DataFormGroupLayoutDefinition GetGroupLayoutDefinition(string groupName)
Parameters
System.String
groupName
Group name. |
Returns
DataFormGroupLayoutDefinition
The group layout definition. |
Reload()
UpdateProperty(String)
Update the value of specific property.
Declaration
void UpdateProperty(string propertyName)
Parameters
System.String
propertyName
The name of the property. |
ValidateAll()
Validates all properties.
Declaration
void ValidateAll()
ValidateProperty(String)
Validates a property with specific name.
Declaration
void ValidateProperty(string propertyName)
Parameters
System.String
propertyName
Name of the property. |