Show / Hide Table of Contents

    Property Multiline

    Multiline

    Gibt an, ob es sich bei dem Editfield um ein Multiline-Field handelt. Wenn ja, sind mehrzeilige Texteingaben und -anzeigen möglich.

    Declaration
    [DocfxBrowsable]
    [ControlStylesBrowsable(true)]
    public bool? Multiline { get; set; }
    Property Value
    Nullable<Boolean>
    Back to top Generated by DocFX