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.
Namespace:
C1.Silverlight.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public bool ShowDetailOnRightClick { get; set; } |
Visual Basic |
---|
Public Property ShowDetailOnRightClick As Boolean Get Set |