logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiToggleableParameters

    Interface for UI toggleable component parameters.

    Namespace: Serenity.Ui.Application.Interfaces.Components
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public interface IUiToggleableParameters : IComponentParameters, IFoundationSettings

    Properties

    Value

    Gets or sets the value of the UI component.

    Declaration
    bool Value { get; set; }
    Property Value
    Type Description
    bool

    The current value of the UI component.

    In this article
    © 2026 Serenity. All Rights Reserved