Type to start searching...

WorkspaceElement

Properties
elementCaption : string

An attribute, an association path or a constant containing layout element caption.

elementDelete : string

An attribute, an association path or a constant that determines if the containing layout can be deleted from a group layout tab.

elementLayoutData : string

An attribute, an association path or a constant containing layout element layout data.

elementName : string

An attribute, an association path or a constant containing layout element name.

elementOrdinal : string

An attribute, an association path or a constant containing layout ordinal.

elementParent : string

An attribute, or an association path containing layout element parent element.

elementPreferenceElement : string

An attribute, or an association path containing the element of the element preference. Used for looking up preferences for a given element. Applies to the elementPreferences collection instances.

elementPreferenceKey : string

An attribute, or an association path containing the name of the element preference. Applies to the elementPreferences collection instances.

elementPreferenceValue : string

An attribute, or an association path containing the value of the element preference. Applies to the elementPreferences collection instances.

elementPreferences : string

An attribute, or an association path containing preferences for workspace elements.

elementStyleData : string

An association path or an attribute which specifies element layout style data, such as showCaption.

elementType : string

An attribute, an association path or a constant containing layout element type.

elementWorkspace : string

An attribute, or an association path containing layout element workspace.

lazy : boolean

Specifies if the tab layout is loaded lazily.

If true the tab layout is loaded for active tab only. Otherwise, the layouts are queried for along with collection of tabs.
name : uiIdentifier

Uniquely indentifies the Workspace.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter. Case and length are not restricted. Letters and numbers are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

orderBy : string

Order by clause to be applied to read query.

query : string

List of additional attributes to include in read query.

value : string

An association off the GroupLayout's collection which contains the collection of layout elements.

If null, the layout model is the same as the GroupLayout's tab collection model.
Content
Parents