FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataField Class / Name Property

In This Topic
    Name Property (DataField)
    In This Topic
    Gets name of the DataField.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Name As String
    public abstract string Name {get;}
    See Also