Class DataFormValidationSummaryView
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormValidationSummaryView : DataFormValidationView, IRadContentView, IContentView, IPadding, IDataFormView, IView, IElement, ITransform
Constructors
DataFormValidationSummaryView()
Initializes a new instance of the DataFormValidationSummaryView class.
Declaration
public DataFormValidationSummaryView()
Fields
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ImageStyleProperty
Identifies the ImageStyle property.
Declaration
public static readonly BindableProperty ImageStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ImageSource
Gets or sets the Microsoft.Maui.Controls.ImageSource of the icon.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|
ImageStyle
Gets or sets the Microsoft.Maui.Controls.Style applied to the icon. The target type of this Microsoft.Maui.Controls.Style is Microsoft.Maui.Controls.Image.
Declaration
public Style ImageStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|