The C1OlapGrid type exposes the following members.

Constructors

  Name Description
Public method C1OlapGrid
Initializes a new instance of a C1OlapGrid.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetMergedRange
This method is for internal use.
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public method ShowDetail
Shows a modal dialog containing the detail information that defines the content of a specific cell in the grid.

Fields

  Name Description
Public field Static member CollapsibleSubtotalsProperty
Identifies the CollapsibleSubtotals dependency property.
Public field Static member DataSourceProperty
Identifies the DataSource dependency property.
Public field Static member ShowDetailOnRightClickProperty
Identifies the ShowDetailOnRightClick dependency property.
Public field Static member SubtotalBackgroundProperty
Identifies the SubtotalBackground dependency property.

Properties

  Name Description
Public property CollapsibleSubtotals
Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups.
Public property DataSource
Gets or sets the C1OlapPanel that provides data for this grid.
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property ShowDetailOnRightClick
Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user right-clicks a cell.
Public property SubtotalBackground
Gets or sets the brush used to paint the background of cells that contain totals.

See Also