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