Interface IDropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IDropDowns
Properties
ActionFailureTemplate
Declaration
RenderFragment ActionFailureTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
NoRecordsTemplate
Declaration
RenderFragment NoRecordsTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Methods
CallStateHasChangedAsync()
Declaration
Task CallStateHasChangedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
UpdateChildProperties(Object)
Declaration
void UpdateChildProperties(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|