Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6606729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:25:37+00:00 2026-05-25T19:25:37+00:00

I am using devexpress TextEditSettings in dxgrid in editsettings.. How can i restrict the

  • 0

I am using devexpress TextEditSettings in dxgrid in editsettings..

How can i restrict the user to enter value with 3 decimal places and value range should be 0-1000

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:25:38+00:00Added an answer on May 25, 2026 at 7:25 pm

    Give this a try:

    xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
    
    <Style x:Key="DXTextEdit_Numeric_Style" TargetType="{x:Type dxe:TextEdit}">
        <Setter Property="Mask" Value="000.000;000.000-" />
        <Setter Property="MaskType" Value="Numeric"/>
        <Setter Property="DisplayFormatString" Value="000.000;000.000-"/>
        <Setter Property="MaskUseAsDisplayFormat" Value="True"/>
    </Style>
    

    EDIT:

    Give this a try:

    You will have to specify your column:

    xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
    
    <dxg:GridColumn FieldName="SomeFieldName" Width="110" FilterPopupMode="CheckedList">
                        <dxg:GridColumn.EditSettings>
                            <dxe:TextEditSettings Style="{DynamicResource GridColumnStyle_Text}" />
                        </dxg:GridColumn.EditSettings>
                    </dxg:GridColumn>
    

    Then your style:

    <Style x:Key="GridColumnStyle_Numeric" TargetType="{x:Type dxe:TextEditSettings}">
        <Setter Property="Mask" Value="000.000;000.000-" />
        <Setter Property="MaskType" Value="Numeric"/>
        <Setter Property="FlowDirection" Value="RightToLeft"/>
        <Setter Property="DisplayFormatString" Value="000.000;000.000-"/>
        <Setter Property="MaskUseAsDisplayFormat" Value="True"/>
    </Style>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi Im using devexpress . I want to know how to get the value
I am using DevExpress Components controls.I want to create controls from string Value like
I am using DevExpress AspxScherduler control. How can i disable selection of multiple rows.
We are using DevExpress XtraReports 2009v3.3 and although I can achieve what I want
I'm using DevExpress WinForms controls, and I was wondering whether I can set the
I'm using a DevExpress WinForms XtraTab control v11.2 and I can't get the tab
Can anyone tell me how to hide the header in DevExpress gridcontrol..?? I'm using
I'm using devexpress and i have two problems. My insert stored procedure work fine.
i am using devexpress grid with edit functioality to update the records in the
I am using Devexpress 11.2 In a XtraGridView I want to show Summary SUM

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.