Click or drag to resize
ApplyingDataViewerLayoutEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by DashboardDesigner in ApplyingDataViewerLayoutEventArgs event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardApplyingDataViewerLayoutEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class ApplyingDataViewerLayoutEventArgs : EventArgs, 
	_ApplyingDataViewerLayoutEventArgs

The ApplyingDataViewerLayoutEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodApplyingDataViewerLayoutEventArgs
Creates and returns a new ApplyingDataViewerLayoutEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyDataViewerColumns
Gets and sets the DataViewerColumns collection.
Public propertyKey
Gets the Key of the Data Viewer this event relates to.
Public propertyLayout
Gets and sets the layout that will be applied to the Data Viewer as an XML string.
Public propertyOverrideSavedLayout
Gets and sets a property that indicates if the saved layout should be applied to the data viewer.
Top
Remarks