在标记中 Devexpress IntelliSense
例如,我在标记中遇到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
智能感知是 VS 的一项功能,我们在这里不能做太多...无论如何,如果您在列部分中键入
并按 Ctrl+Space,VS 应该能够显示可用列类的列表。
The intellisense is a VS feature and we cannot do much here ... Anyway, if you type the
in the columns section and press the Ctrl+Space, the VS should be be able to show the list of available column classes.