CustomizeTemplateEventArgs.Context Property
In This Article
Returns the context in which the Template to be customized was created.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public TemplateContext Context { get; }
#Property Value
Type | Description |
---|---|
Template |
A Template |
#Remarks
Use this property to customize a Template created in a particular context (see Frame.Context).
See Also