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


In This Topic
    FieldSet Class
    In This Topic
    Represents the FieldSet class, which is a base class for accessing fields.
    Object Model
    FieldSet Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class FieldSet 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As FieldSet
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class FieldSet : System.Windows.DependencyObject 
    Inheritance Hierarchy
    See Also