[]
用于标注通过超链接来编辑的属性
public abstract class HyperlinkEditorPropertyAttribute : Attribute
用于标注通过超链接来编辑的属性
protected HyperlinkEditorPropertyAttribute()
表示是否是顶级链接,次级链接的字体大小会变小并且增加缩进
public int IndentLevel { get; set; }
类型 | 描述 |
---|---|
int |
判断值是否为空,如果返回true,表示值为空,如果返回false
public Func<object, bool> IsValueEmptyFunc { get; set; }
类型 | 描述 |
---|---|
System.Func<T, TResult><object, bool> |