Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Class SelectableOption

    选择页面参数设置类

    Inheritance
    object
    SelectableOption
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Fleet.Mobile.Containers
    Assembly: FleetMobile.dll
    Syntax
    public class SelectableOption

    Constructors

    SelectableOption()

    Declaration
    public SelectableOption()

    Properties

    AllowHierarchy

    获取或设置是否支持层级显示

    Declaration
    public bool AllowHierarchy { get; init; }
    Property Value
    bool

    AllowMultiple

    获取或设置是否允许多选

    Declaration
    public bool AllowMultiple { get; init; }
    Property Value
    bool

    AllowParentSelectionOnly

    获取或设置层级显示时是否允许父节点单独被选择

    Declaration
    public bool AllowParentSelectionOnly { get; init; }
    Property Value
    bool

    SearchMode

    获取或设置搜索模式,默认为 Input

    Declaration
    public SearchMode SearchMode { get; init; }
    Property Value
    SearchMode

    VerticalLayout

    获取或设置文本和详情是否为竖向布局

    Declaration
    public bool VerticalLayout { get; init; }
    Property Value
    bool

    In this article
    Back to top Generated by DocFX