Interface IUiSlideable
Interface for a UI component that can be slid.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiSlideable : IComponent, IFoundationSettings
Properties
SlideableActions
Gets or sets the actions for the slideable UI component.
Declaration
IUiSlideableActions SlideableActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiSlideableActions | The actions for the slideable UI component. |
SlideableParameters
Gets or sets the parameters for the slideable UI component.
Declaration
IUiSlideableParameters SlideableParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiSlideableParameters | The parameters for the slideable UI component. |