FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / Features Property

In This Topic
    Features Property (C1DocumentSource)
    In This Topic
    Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Features As C1DocumentSourceFeatures
    public abstract C1DocumentSourceFeatures Features {get;}
    See Also