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

Specifies whether an NTier property should be displayed in the Visual Studio Properties window for the NTier designer. This is different from BrowsableAttribute, which specifies the property visibility in a grid column.

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

Syntax

C#
public sealed class PropertyGridBrowsableAttribute : Attribute
Visual Basic
Public NotInheritable Class PropertyGridBrowsableAttribute
	Inherits Attribute
Visual C++
public ref class PropertyGridBrowsableAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NTier.Model.Entity..::..PropertyGridBrowsableAttribute

See Also