See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public NDDataGridView EntityPropertyGrid { get; }
Visual Basic
Public ReadOnly Property EntityPropertyGrid As NDDataGridView
	Get
Visual C++
public:
property NDDataGridView^ EntityPropertyGrid {
	NDDataGridView^ get ();
}

Property Value

Type: NDDataGridView

See Also