Table of Contents

Interface IPropertyItem

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public interface IPropertyItem
Extension Methods

Properties

GroupName

string GroupName { get; set; }

Property Value

string

Name

string Name { get; set; }

Property Value

string

Obj

object Obj { get; set; }

Property Value

object

Order

int Order { get; set; }

Property Value

int

PropertyInfo

PropertyInfo PropertyInfo { get; set; }

Property Value

PropertyInfo

TabGroup

string TabGroup { get; set; }

Property Value

string