TokenEdit.GetViewInfo() Method
Returns the object that contains the internal information used to render this TokenEdit.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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