A newer version of this page is available.
Switch to the current version.
Frame.Tag Property
Provides access to the object that contains data about the Frame.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
[Bindable(true)]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
<Bindable(True)>
<TypeConverter(GetType(StringConverter))>
Public Property Tag As Object
Property Value
Type | Description |
---|---|
Object | An object that contains data about the Frame. The default value is null (Nothing in VB). |
Remarks
This property represents a container which can be used in your applications to store any data. Generally, use of this property is not recommended.
See Also
Feedback