Class
DataFormValidationSummaryView

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataFormValidationSummaryView : DataFormValidationView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewDataFormContentViewDataFormValidationViewDataFormValidationSummaryView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members DataFormValidationView.ItemsSourcePropertyDataFormValidationView.ItemStylePropertyDataFormValidationView.ItemTemplatePropertyDataFormValidationView.HasItemsPropertyDataFormValidationView.ItemsSourceDataFormValidationView.ItemStyleDataFormValidationView.ItemTemplateDataFormValidationView.HasItemsDataFormContentView.BackgroundColorPropertyDataFormContentView.BorderColorPropertyDataFormContentView.BorderThicknessPropertyDataFormContentView.CornerRadiusPropertyDataFormContentView.ContentPaddingPropertyDataFormContentView.BackgroundColorDataFormContentView.BorderColorDataFormContentView.BorderThicknessDataFormContentView.CornerRadiusDataFormContentView.ContentPaddingRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

DataFormValidationSummaryView()

Initializes a new instance of the DataFormValidationSummaryView class.

Declaration

cs-api-definition
public DataFormValidationSummaryView()

Fields

ImageSourceProperty

Identifies the ImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageSourceProperty

Field Value

BindableProperty

ImageStyleProperty

Identifies the ImageStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageStyleProperty

Field Value

BindableProperty

Properties

ImageSource

Gets or sets the ImageSource of the icon.

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource

ImageStyle

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

Declaration

cs-api-definition
public Style ImageStyle { get; set; }

Property Value

Style