Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / MaskFieldSet Class
Members


In This Topic
    MaskFieldSet Class
    In This Topic
    Represents a MaskFieldCollection wrapper that can be used as a dependency property.
    Object Model
    MaskFieldSet Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Fields")>
    <ValueSerializerAttribute(_rx)>
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldSetTypeConverter)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class MaskFieldSet 
       Inherits FieldSet
    'Usage
     
    Dim instance As MaskFieldSet
    [ContentProperty("Fields")]
    [ValueSerializer(_rx)]
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldSetTypeConverter)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class MaskFieldSet : FieldSet 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldSet
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldSet

    See Also