web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Build PCF Component wi...
Power Apps
Answered

Build PCF Component with Devexpress

(0) ShareShare
ReportReport
Posted on by 26
Hi everyone,
I'm trying to work with "DevExtreme" components, to build PCF components on Dynamics  9.1.
I've used the dxNumberBox for that purpose.
I've installed the DevExtrem library with the 'npm install devextreme' command.
But the code doesn't recognize the devExpress library.
private _numberBox: DevExpress.ui.dxNumberBox;
 Nor
 private _numberBox: DevExpress.dxNumberBox;
and I get this error,
Property 'ui' does not exist on type 'typeof import("D:/.../node_modules/devextreme/bundles/dx.all")'.ts(2339)

Regards
Sam
 
 
dxNumberBox.png
I have the same question (0)
  • cchannon Profile Picture
    4,702 Moderator on at

    I don't know anything about DevExpress specifically, but if you are trying to find a specific component in a React library and it isn't where you expect it to be, then you can always just Right Click --> Go To Definition on the root component and browse the code until you find the component you're looking for.

  • Verified answer
    z.sam Profile Picture
    26 on at

    I have solved the problem by changing the import to the component that I needed, as you can see bellow:

     

    import dxNumberBox from "devextreme/ui/number_box";

     

    Regards

    Sam

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 445

#2
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 321 Super User 2025 Season 2

Last 30 days Overall leaderboard