ShowDetailOnDoubleClick Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowDetailOnDoubleClick As System.Boolean
'Usage
Dim instance As PivotGrid
Dim value As System.Boolean
instance.ShowDetailOnDoubleClick = value
value = instance.ShowDetailOnDoubleClick
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowDetailOnDoubleClick {get; set;}
public read-write property ShowDetailOnDoubleClick: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowDetailOnDoubleClick : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowDetailOnDoubleClick();
public: __property void set_ShowDetailOnDoubleClick(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowDetailOnDoubleClick {
System.bool get();
void set ( System.bool value);
}
See Also