[]
Gets or sets a GrapeCity.Windows.InputMan.Fields.MaskFieldSet which indicate the wrapper of all fields in GrapeCity.Windows.InputMan.GcMask. This is a dependency property.
public MaskFieldSet FieldSet { get; set; }
Public Property FieldSet As MaskFieldSet
Type | Description |
---|---|
MaskFieldSet | A GrapeCity.Windows.InputMan.Fields.MaskFieldSet represent the field collection wrapper. |
FieldSet is a dependency property. User can set the property in XAML by providing a format string like "\D{3}-(aa|bb|cc)"; also user can set the property by setters.