ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / C1Binding Class / StringFormat Property

In This Topic
    StringFormat Property (C1Binding)
    In This Topic
    Gets or sets a string that specifies how to format the binding value.
    Syntax
    'Declaration
     
    
    Public Property StringFormat As System.String
    public System.string StringFormat {get; set;}
    See Also