# dw-simple-numeric-edit-mask

Adds supports for \[DropdowndatawindowComponent]

## Implementation  Details

> **Component Selector:** 'wm-dw-simple-numeric-edit-mask'

## Class inheritance

DwSimpleNumericEditMaskComponent extends [ColumnControlComponent](/webmap/general/frontend/documentation/powerbuilder-kendo-components/base-components/column-control.md).

## Support

### Properties

| Property        | Get/Set | Notify Changes | Details                                                                   |
| --------------- | ------- | -------------- | ------------------------------------------------------------------------- |
| format: string  | Yes/No  | Yes            | Returns string format of the model.                                       |
| mask: string    | Yes/No  | Yes            | Returns the mask processed by the EditMaskService.                        |
| maximum: string | Yes/No  | Yes            | Returns a string representation of the maximun value allowed by the mask. |
| minimum: string | Yes/No  | Yes            | Returns a string representation of the minimun value allowed by the mask. |

### Events

| Event | Supported | Parameter | Details |
| ----- | --------- | --------- | ------- |
| None  | None      | None      | None    |

### Functions

| Function | Supported | Details              |
| -------- | --------- | -------------------- |
| close    | Yes       | Close dialog window. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/webmap/general/frontend/documentation/powerbuilder-kendo-components/data-manager-componets/dw-simple-numeric-edit-mask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
