Class Qusition
public class Qusition : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
Qusition
- Implements
- Inherited Members
- Extension Methods
Properties
AllowMulti
public bool AllowMulti { get; set; }
Property Value
Collection
public ObservableCollection<QusitionItem> Collection { get; set; }
Property Value
Columns
public int Columns { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
IsValid()
public bool IsValid()