Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / Resources Property


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