Represents the native PropertyEditor of RadDataForm from Progress Telerik UI for Android.
Represents the native PropertyEditor of RadDataForm from Progress Telerik UI for iOS.
Gets or sets an instance of type PropertyEditorStyle that can be used for customization of the editor.
Gets or sets the type of the editor. Must be one of the {@ EditorType} enumeration.
An event fired when the value of a property has to be set to the view for this editor. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The value passed with the value property of the event data has to be applied to the view passed with the view property.
An event fired when the editor needs the value from the editor. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The value property of the event data has to be updated with the current editor value.
An event fired when a view for the editor has to be created. The event is fired with an instance of type DataFormCustomPropertyEditorEventData. The view property of the event data has to be set with a new native view for this editor.
Identifies the {@link style} dependency property.
Identifies the type dependency property.
Used to notify the editor that its value is changed so that this value can be applied to the property depending on the current commit mode.
Generated using TypeDoc
A custom implementation of an editor for RadDataForm.