Interface for a form section.

See

UiElement

Hierarchy

  • Section

Implements

Constructors

Properties

Name: string
_section?: Xrm.Controls.Section

A reference to the collection of controls within this tab.

parentTab?: Xrm.Controls.Tab

Accessors

Methods

  • Gets the visibility state.

    Returns boolean

    true if the tab is visible, otherwise false.

  • Sets the visibility state.

    Parameters

    • visible: boolean

      true to show, false to hide.

    Returns void

Generated using TypeDoc