Table of Contents

Interface ITagOptions

Namespace
H.Controls.TagBox
Assembly
H.Controls.TagBox.dll
public interface ITagOptions
Extension Methods

Properties

SplitChars

string SplitChars { get; set; }

Property Value

string

Tags

ObservableCollection<Tag> Tags { get; set; }

Property Value

ObservableCollection<Tag>