Skip to main content

TokenEdit.GetViewInfo() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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