Table of Contents

Class TagOptions

Namespace
H.Controls.TagBox
Assembly
H.Controls.TagBox.dll
[Display(Name = "标签管理", GroupName = "系统设置", Description = "登录页面设置的信息")]
public class TagOptions : IocOptionInstance<TagOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<TagOptions>, ITagOptions
Inheritance
TagOptions
Implements
Inherited Members
Extension Methods

Properties

SplitChars

[JsonIgnore]
public string SplitChars { get; set; }

Property Value

string

Tags

[Browsable(false)]
public ObservableCollection<Tag> Tags { get; set; }

Property Value

ObservableCollection<Tag>