Eplan Platform API
Eplan.EplApi.Base Namespace / ListSelectDecisionContext Class / AllowMultiSelect Property

In This Topic
    AllowMultiSelect Property (ListSelectDecisionContext)
    In This Topic
    Set or get the flag for multi selection.
    Syntax
    public bool AllowMultiSelect {get; set;}
    public:
    property bool AllowMultiSelect {
       bool get();
       void set (    bool value);
    }
    See Also