Gets or sets the value that indicates whether to enable the exploded mode for the user so the cell will enter the exploded mode if the user double-clicks on any of the visible sub-cells.
public
bool EnableExplodeMode {get; set;}
'Declaration
Public Property EnableExplodeMode As
Boolean
'Usage
Dim instance As
MedicalViewerMultiCell
Dim value As
Boolean
instance.EnableExplodeMode = value
value = instance.EnableExplodeMode
public:
property
bool EnableExplodeMode {
bool get();
void set (
bool value);
}
Property Value
true if the enable the exploded mode; otherwise, false.