[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.FieldSet

FieldSet Property

FieldSet

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.

Declaration
public MaskFieldSet FieldSet { get; set; }
Public Property FieldSet As MaskFieldSet
Property Value
Type Description
MaskFieldSet

A GrapeCity.Windows.InputMan.Fields.MaskFieldSet represent the field collection wrapper.

Remarks

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.