Getting Started with UWP Domain UpDown (SfDomainUpDown)
8 Nov 2019 / 1 minute to read
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP
Dependent assembly: Syncfusion.SfShared.UWP
The following code sample shows how to create the SfDomainUpDown from code-behind and XAML:
<Page xmlns:editors="using:Syncfusion.UI.Xaml.Controls.Input">
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
<editors:SfDomainUpDown x:Name="domainUpDown"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Width="200"/>
</Grid>
</Page>
SfDomainUpDown domainUpDown = new SfDomainUpDown();
Dim domainUpDown As New SfDomainUpDown()
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page