Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / FieldSet Property


In This Topic
    FieldSet Property (GcMask)
    In This Topic
    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.
    Syntax
    'Declaration
     
    <MergablePropertyAttribute(False)>
    Public Property FieldSet As MaskFieldSet
    'Usage
     
    Dim instance As GcMask
    Dim value As MaskFieldSet
     
    instance.FieldSet = value
     
    value = instance.FieldSet
    [MergableProperty(false)]
    public MaskFieldSet FieldSet {get; set;}

    Property Value

    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.
    See Also