Click or drag to resize

XsltListViewWebPartDefinition Fields

The XsltListViewWebPartDefinition type exposes the following members.

Fields
  NameDescription
Public fieldAllowClose
Specifies whether the Web Part can be closed.
(Inherited from BaseWebPartDefinition.)
Public fieldAsyncRefresh
Specifies whether the asynchronous refresh is enabled.
Public fieldAutoRefresh
Specifies whether the automatic refresh is enabled.
Public fieldAutoRefreshInterval
Specifies the rate, in seconds, at which the Web Part automatically refreshes. Values less than 15 s are not supported.
Public fieldCacheXslStorage
Specifies whether to cache the compiled XSLT transformation for the current Web Part.
Public fieldCacheXslTimeOut
Specifies the duration of the lifetime, in seconds, for the XSLT cache.
Public fieldChromeState
Specifies the chrome state of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldChromeType
Specifies the chrome type of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldFireInitialRow
Specifies whether to activate the initial row for Web Part connections.
Public fieldHeight
Specifies the height of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldInitialAsyncDataFetch
Specifies whether the XsltListViewWebPart fetches data asynchronously.
Public fieldListName
Specifies the name of the list to be displayed within the Web Part.
Public fieldManualRefresh
Specifies whether the manual refresh is enabled.
Public fieldSampleData
Stores sample XML data used to render the control when live data cannot or should not be used.
Public fieldStorageKey (Inherited from BaseWebPartDefinition.)
Public fieldTitle
Specifies the title of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldView
Specifies the hidden list view, which is referenced by the web part.
Public fieldViewFlags
Specifies the type of content to be displayed by the Web Part.
Public fieldViewName
Specifies the name of the view to be used for the Web Part. The default view is used if empty.
Public fieldWidth
Specifies the width of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldXslLink
Specifies the XslLink property.
Public fieldZoneId
Specifies the zone on the containing web page in which the Web Part should be placed.
(Inherited from BaseWebPartDefinition.)
Public fieldZoneIndex
Specifies the position of the Web Part within the zone.
(Inherited from BaseWebPartDefinition.)
Top
See Also