Gets the DocumentDataSource owner.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected DocumentDataSource Owner { get; private set; }
Visual Basic
Protected Property Owner As DocumentDataSource
	Get
	Private Set
Visual C++
protected:
property DocumentDataSource^ Owner {
	DocumentDataSource^ get ();
	private: void set (DocumentDataSource^ value);
}

Field Value

The owner.

See Also