New to Telerik UI for .NET MAUIStart a free 30-day trial

Displays one or more validation errors in a RadDataForm or a DataFormEditor.

Definition

Constructors

Initializes a new instance of the DataFormValidationView class.

C#
public DataFormValidationView()

Fields

HasItemsProperty

BindableProperty

Identifies the HasItems property.

C#
public static readonly BindableProperty HasItemsProperty

ItemsSourceProperty

BindableProperty

Identifies the ItemsSource property.

C#
public static readonly BindableProperty ItemsSourceProperty

ItemStyleProperty

BindableProperty

Identifies the ItemStyle property.

C#
public static readonly BindableProperty ItemStyleProperty

ItemTemplateProperty

BindableProperty

Identifies the ItemTemplate property.

C#
public static readonly BindableProperty ItemTemplateProperty

Properties

Gets a value indicating thether the current view has any items.

C#
public bool HasItems { get; }

Gets or sets a collection of items to display in this view.

C#
public IList ItemsSource { get; set; }

Gets or sets a Style to apply to the items in this view.

C#
public Style ItemStyle { get; set; }

ItemTemplate

DataTemplate

Gets or sets a DataTemplate to generate the items in this view.

C#
public DataTemplate ItemTemplate { get; set; }