Interface IPropertyItem
- Namespace
- H.Controls.Form.PropertyItems.Base
- Assembly
- H.Controls.Form.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; }