Back to Devexpress

View.Tag Property

expressappframework-devexpress-dot-expressapp-dot-view-dc0f894a.md

latest1.3 KB
Original Source

View.Tag Property

Specifies the custom data associated with the View.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[Bindable(true)]
public object Tag { get; set; }
vb
<Bindable(True)>
Public Property Tag As Object

Property Value

TypeDescription
Object

An object that contains custom data associated with the View. The default value is null.

|

Remarks

This property is a container which can be used in your applications to store any data associated with the View.

See Also

Control.Tag

View Class

View Members

DevExpress.ExpressApp Namespace