Represents a validation summary view for the DataForm control that displays validation errors.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataFormValidationSummaryView : DataFormValidationView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormValidationViewDataFormValidationSummaryView
Implements:
Inherited Members
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; }
ImageStyle
Style
Gets or sets the Style applied to the icon. The target type of this Style is .
C#
public Style ImageStyle { get; set; }