Show / Hide Table of Contents

    IDwDddw.AutoRetrieve Property

    .NET Standard 2.x

    Gets or sets a bool value which indicates whether the DropDownDataWindow data is retrieved with the parent DataWindow.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    new bool AutoRetrieve { get; set; }
    

    Property Value

    System.Boolean

    A bool value which indicates whether the DropDownDataWindow data is retrieved when the parent DataWindow data is retrieved.

    Values are:

    Yes -- (Default) Data is automatically retrieved.

    No -- Data must be retrieved separately.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon