ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / Name Property

In This Topic
    Name Property (CustomPropertyInfo)
    In This Topic
    Gets the name of the current member.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Name As String
    public override string Name {get;}

    Property Value

    A System.String containing the name of this member.
    See Also