# Responsive Properties

Wisej.NET supports a unique system of "responsive properties" in order to enable an application to adapt its UI to the client browser without being limited to CSS media selectors and styles.

Conceptually it's a simple system. Certain properties, usually but not necessarily visual properties (i.e. Visible, Display, Size, Location, etc.) can hold multiple values at the same time and apply the one that matches the current client browser profile.

The only way to assign responsive properties is in the designer.

{% content-ref url="../../concepts/designer" %}
[designer](https://docs.wisej.com/docs/concepts/designer)
{% endcontent-ref %}

All controls expose the [ResponsiveProfiles ](https://docs.wisej.com/api/wisej.web/general/control#responsiveprofiles)collection holding the profiles that contain different responsive property values set at design time. You can use this collection to inspect the client profiles set for the control.

See also:

{% content-ref url="../../concepts/client-profiles" %}
[client-profiles](https://docs.wisej.com/docs/concepts/client-profiles)
{% endcontent-ref %}


---

# 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.wisej.com/docs/controls/general/responsive-properties.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.
