DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientViewSource Class / NameOverride Property

In This Topic
    NameOverride Property
    In This Topic
    Gets or sets a value that overrides the value of the Name property.
    Syntax
    'Declaration
     
    Public Property NameOverride As String
    public string NameOverride {get; set;}
    See Also