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

Represents a validation summary view for the DataForm control that displays validation errors.

Definition

Constructors

Initializes a new instance of the DataFormValidationSummaryView class.

C#
public DataFormValidationSummaryView()

Fields

ImageSourceProperty

BindableProperty

Identifies the ImageSource property.

C#
public static readonly BindableProperty ImageSourceProperty

ImageStyleProperty

BindableProperty

Identifies the ImageStyle property.

C#
public static readonly BindableProperty ImageStyleProperty

Properties

ImageSource

ImageSource

Gets or sets the ImageSource of the icon.

C#
public ImageSource ImageSource { get; set; }

Gets or sets the Style applied to the icon. The target type of this Style is .

C#
public Style ImageStyle { get; set; }