Click or drag to resize
UIContextData Properties

The UIContextData type exposes the following members.

Properties
  NameDescription
Public propertyAllowMacros
Indicates if macro values are allowed
(Inherited from XmlData.)
Public propertyColumnNames
Column names.
(Inherited from XmlData.)
Public propertyContextResolver
Data context resolver.
Public propertyExcludedColumns
List of excluded column name prefixes (delimited by ';'). Columns starting with these won't be loaded to collection.
(Inherited from XmlData.)
Public propertyItem
Override indexer, add fallback to querystring
(Overrides XmlDataItemString.)
Public propertyMacroTable
Macro table
(Inherited from XmlData.)
Public propertyResolveMacros
Indicates whether property should be resolved with contexts resolver.
Public propertyXmlRootName
Gets name of xml root element.
(Inherited from XmlData.)
Top
See Also