CustomizeTemplateEventArgs.Context Property
Returns the context in which the Template to be customized was created.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
TemplateContext | A TemplateContext object that represents a context in which the Template was created. |
Remarks
Use this property to customize a Template created in a particular context (see Frame.Context).
See Also