Click or drag to resize
UIContext Properties

The UIContext type exposes the following members.

Properties
  NameDescription
Public propertyAnchorLinks
List of anchor links for quick navigation.
Public propertyAssignedControl
Control to which UI context is assigned. If null context belongs to main page.
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyContextResolver
UI context resolver.
Public propertyStatic memberCurrent
Current UI context
Public propertyData
Gets context data for UI.
Public propertyDisplayBreadcrumbs
If true, the breadcrumbs should be displayed
Public propertyDisplayTitle
If true, the title should be displayed
Public propertyEditedObject
Object edited by the current page.
Public propertyEditedObjectParent
Parent of the object edited by the current page.
Public propertyElementGuid
GUID for element to display
Public propertyElementName
Gets the current UI element name.
Public propertyHideControlOnError
If true, the context hides the parent control in case of error
Public propertyIsDefault
Returns true if the context is the default request context
(Inherited from ContextContainerTParent.)
Public propertyIsDialog
Indicates whether page is dialog or nested in a dialog. Use IsRootDialog property to check the top dialog page.
Public propertyIsRootDialog
Indicates whether page is root dialog (top dialog page with header and footer)
Public propertyItem
Override indexer, add fallback to querystring
(Overrides AbstractHierarchicalObjectTObjectItemString.)
Public propertyKey
Unique container key
(Inherited from ContextContainerTParent.)
Public propertyLoadDataFromParent
Indicates whether data should be loaded from parent context
Public propertyObjectID
Object ID
Public propertyParentObjectID
Parent object ID
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyResolveMacros
Indicates whether property should be resolved with context's resolver.
Public propertyResourceName
Gets the resource name.
Public propertyRootElementID
Root element ID
Public propertySecure
Secure wrapper for properties in special secure mode.
Public propertySiteID
Site ID
Public propertyUIElement
UI element for current context
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Top
See Also