ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / C1StaticResource Class / Path Property

In This Topic
    Path Property (C1StaticResource)
    In This Topic
    Expression that defines the data to extract from the resource.
    Syntax
    'Declaration
     
    
    Public Property Path As System.String
    public System.string Path {get; set;}
    See Also