在标记中 Devexpress IntelliSense

发布于 2024-09-16 17:28:23 字数 344 浏览 6 评论 0原文

例如,我在标记中遇到 IntelliSense 问题:

当我键入时

<dxwgv:ASPxGridView ID="grid" runat="server">
   <Columns>
      < -- here I hit ctrl + space and only normla html tags are shown: a, abbr ... --
      But I would like to have available columns instead :/
   </Columns>
</ dxwgv:ASPxGridView>

I've got problem with IntelliSense in markup for example:

When I type

<dxwgv:ASPxGridView ID="grid" runat="server">
   <Columns>
      < -- here I hit ctrl + space and only normla html tags are shown: a, abbr ... --
      But I would like to have available columns instead :/
   </Columns>
</ dxwgv:ASPxGridView>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

救赎№ 2024-09-23 17:28:23

智能感知是 VS 的一项功能,我们在这里不能做太多...无论如何,如果您在列部分中键入

  <dxwgv:

并按 Ctrl+Space,VS 应该能够显示可用列类的列表。

The intellisense is a VS feature and we cannot do much here ... Anyway, if you type the

  <dxwgv:

in the columns section and press the Ctrl+Space, the VS should be be able to show the list of available column classes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文