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


In This Topic
    SelectorCondition Class
    In This Topic
    Represents the SelectorCondition class which is the base class for condition of style selector.
    Object Model
    SelectorCondition Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Setters")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class SelectorCondition 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As SelectorCondition
    [ContentProperty("Setters")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class SelectorCondition : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectorCondition
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayOfWeekCondition
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.PropertyCondition

    See Also