Interface IPropertyItem
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public interface IPropertyItem
- Extension Methods
Properties
GroupName
string GroupName { get; set; }
Property Value
Name
string Name { get; set; }
Property Value
Obj
object Obj { get; set; }
Property Value
Order
int Order { get; set; }
Property Value
PropertyInfo
PropertyInfo PropertyInfo { get; set; }
Property Value
TabGroup
string TabGroup { get; set; }