GridControl.GetDataObject(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Windows::Forms::DataObject ^ GetDataObject(bool bOnlyCurrentSelBlock);
public System.Windows.Forms.DataObject GetDataObject (bool bOnlyCurrentSelBlock);
abstract member GetDataObject : bool -> System.Windows.Forms.DataObject
override this.GetDataObject : bool -> System.Windows.Forms.DataObject
Public Function GetDataObject (bOnlyCurrentSelBlock As Boolean) As DataObject
Parameters
- bOnlyCurrentSelBlock
- Boolean