Table of Contents

Class PropertyItemTypeAttribute

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public class PropertyItemTypeAttribute : Attribute
Inheritance
PropertyItemTypeAttribute
Inherited Members
Extension Methods

Constructors

PropertyItemTypeAttribute()

public PropertyItemTypeAttribute()

PropertyItemTypeAttribute(Type)

public PropertyItemTypeAttribute(Type type)

Parameters

type Type

Properties

Type

public Type Type { get; set; }

Property Value

Type