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