Interface IUiShowModal
Interface representing a UI component for showing modals.
Namespace: Serenity.Modal.Application.Interfaces.Components
Assembly: Serenity.Modal.Application.dll
Syntax
public interface IUiShowModal : IComponent, IFoundationSettings
Remarks
Extends the IComponent interface.
Properties
ModalParameters
Gets or sets the parameters for the modal.
Declaration
IComponentParameters ModalParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IComponentParameters | The modal parameters. |
Methods
InitializeParameters(IComponentParameters)
Initializes the modal with the specified parameters.
Declaration
void InitializeParameters(IComponentParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| IComponentParameters | parameters | The parameters to initialize the modal with. |