Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TokenEdit.GetViewInfo() Method

Returns the object that contains the internal information used to render this TokenEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public TokenEditViewInfo GetViewInfo()

#Returns

Type Description
DevExpress.XtraEditors.ViewInfo.TokenEditViewInfo

A DevExpress.XtraEditors.ViewInfo.TokenEditViewInfo object that contains the internal information used to render the editor.

#Remarks

The GetViewInfo method returns a DevExpress.XtraEditors.ViewInfo.TokenEditViewInfo object that provides properties and methods which give you the capability to obtain all the view information about the TokenEdit elements. Generally, there is no need to call this method manually.

See Also