Interface IFormItemBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public interface IFormItemBase
Properties
FormContainer
Declaration
IFormContainer FormContainer { get; set; }
Property Value
Telerik.Blazor.Components.Form.IFormContainer
|
Id
Declaration
string Id { get; set; }
Property Value
System.String
|