Twitter - DevExpress/AjaxControlToolkit GitHub Wiki

Demo Page

Displays tweets from Twitter.com. Supports the Profile mode for showing tweets for a particular user and the Search mode for showing tweets that match a search string.

Properties

Name Description
AlternatingStatusTemplate A template which is applied for alternating status messages (tweets) Remarks: An equivalent to the AlternatingItemTemplate in ListView
CacheDuration Time in minutes that twitter results are cached. The default value is 300 seconds
Caption Twitter Caption that appears in the default layout template Remarks: Enables you to display caption text in the header. In Profile mode, the default value is a user screen name
Count A maximum number of tweets to display. The default value is 5
EmptyDataTemplate A template that displays content when there are no tweets Remarks: An equivalent to the EmptyDataTemplate in ListView
IncludeReplies Indicates whether or not replies are displayed in Profile mode
IncludeRetweets Indicates whether or not retweets are displayed in Profile mode
IsLiveContentOnDesignMode Allows getting live content from the twitter server at design time
LayoutTemplate A template that contains HTML for the root container of the ListView content Remarks: Displays the root content of the Twitter control
Mode A Twitter Screen name used in Profile mode
ProfileImageUrl A Twitter Profile image that appears in the default layout template
ScreenName Twitter Screen Name used in Profile mode
Search A twitter search query used in Search mode Remarks: You can build complex queries with search operators (https://dev.twitter.com/docs/using-search)
StatusTemplate A template that contains each status message (tweet) Remarks: An equivalent to the ItemTemplate in ListView
Title A twitter title that appears in the default layout template Remarks: Enables you to display title text in the header. In Profile mode, the default value is a full user name