Interface IUiSubmittable
Interface for a UI component that can be submitted.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiSubmittable : IComponent, IFoundationSettings
Properties
SubmittableActions
Declaration
IUiSubmittableActions SubmittableActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiSubmittableActions |
Methods
Submit()
Submits the UI component.
Declaration
void Submit()