Class Tab<Sections>

Interface for a form tab.

See

Type Parameters

  • Sections extends TabSections

Hierarchy

  • Tab

Implements

Constructors

  • Type Parameters

    • Sections extends TabSections

    Parameters

    • name: string
    • Optional section: Sections

    Returns XrmEx.Class.Tab<Sections>

Properties

Name: string
Section: Sections

Accessors

Methods

  • Gets the visibility state.

    Returns boolean

    true if the tab is visible, otherwise false.

  • Sets display state of the tab.

    Parameters

    • displayState: Xrm.DisplayState

      Display state of the tab, as either "expanded" or "collapsed"

    Returns void

    Deprecated

    Deprecated in the 2021 release wave 1 (April 2021). Use the setFocus method in Unified Interface to ensure the correct tab is opened on a form.

  • Sets the label.

    Parameters

    • label: string

      The label.

    Returns void

  • Sets the visibility state.

    Parameters

    • visible: boolean

      true to show, false to hide.

    Returns void

Generated using TypeDoc