[]
Checks if this celltype is reusable.
public bool IsReusable(Control control)
Public Function IsReusable(control As Control) As Boolean
Type | Name | Description |
---|---|---|
Control | control |
Type | Description |
---|---|
bool |
Button celltype is reusable only if its editor is FpButton. Any classes that inherit from button cell type should override this function and InitializeEditorControl in order to be reusable.