Back to Devexpress

TokenEdit.GetViewInfo() Method

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-39d94148.md

latest1.6 KB
Original Source

TokenEdit.GetViewInfo() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public TokenEditViewInfo GetViewInfo()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetViewInfo As TokenEditViewInfo

Returns

TypeDescription
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

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace