Displays one or more validation errors in a RadDataForm or a DataFormEditor.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormValidationView : DataFormContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormValidationView
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataFormValidationView class.
public DataFormValidationView()
Fields
HasItemsProperty
BindableProperty
Identifies the HasItems property.
public static readonly BindableProperty HasItemsProperty
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
public static readonly BindableProperty ItemsSourceProperty
ItemStyleProperty
BindableProperty
Identifies the ItemStyle property.
public static readonly BindableProperty ItemStyleProperty
ItemTemplateProperty
BindableProperty
Identifies the ItemTemplate property.
public static readonly BindableProperty ItemTemplateProperty
Properties
Gets a value indicating thether the current view has any items.
public bool HasItems { get; }
Gets or sets a collection of items to display in this view.
public IList ItemsSource { get; set; }
ItemStyle
Style
Gets or sets a Style to apply to the items in this view.
public Style ItemStyle { get; set; }
ItemTemplate
DataTemplate
Gets or sets a DataTemplate to generate the items in this view.
public DataTemplate ItemTemplate { get; set; }