Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / Resources Property


In This Topic
    Resources Property (ValidationErrorIndicator)
    In This Topic
    Syntax
    'Declaration
     
    <AmbientAttribute()>
    Public Property Resources As ResourceDictionary
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As ResourceDictionary
     
    instance.Resources = value
     
    value = instance.Resources
    [Ambient()]
    public ResourceDictionary Resources {get; set;}
    See Also