ClassDataFormValidationView
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
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
BindableProperty
ItemStyleProperty
Identifies the ItemStyle property.
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
BindableProperty
ItemTemplateProperty
Identifies the ItemTemplate property.
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
BindableProperty
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
Properties
HasItems
Gets a value indicating thether the current view has any items.
ItemStyle
Gets or sets a Style to apply to the items in this view.
Declaration
public Style ItemStyle { get; set; }
Property Value
Style
ItemTemplate
Gets or sets a DataTemplate to generate the items in this view.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
ItemsSource
Gets or sets a collection of items to display in this view.