logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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()
    In this article
    © 2026 Serenity. All Rights Reserved