Show / Hide Table of Contents

    Class FrameworkControlActionBase

    Actions, die so ziemlich jedes Control besitzt.

    Inheritance
    Object
    FrameworkControlActionBase
    FieldRowControlAction
    FrameworkControlAction
    Implements
    IFrameworkControlActionBase
    Namespace: FrameworkSystems.FrameworkControls.Actions
    Assembly: FrameworkSystems.FrameworkControls.dll
    Syntax
    [DocfxBrowsable]
    public class FrameworkControlActionBase : IFrameworkControlActionBase, ISerializable

    Methods

    HidePermanent()

    Versteckt ein control vollständig, indem sichergestellt wird, dass es niemals an den Client gesendet wird.
    Auf der Oberfläche ist der Effekt dessen gleich Collapsed.

    SetVisible(Boolean)

    Mit dieser Action kann ein Control zur Laufzeit ein- oder ausgeblendet werden. Ist IsVisible true, wird das Control eingeblendet und bei false ausgeblendet.

    SetVisible(Nullable<FSVisibility>)

    Mit dieser Action kann die Sichtbarkeit eines Controls zur Laufzeit geändert werden.

    Back to top Generated by DocFX