Skip to main content
A newer version of this page is available. .
Tab

GridViewTemplates(IPropertiesOwner) Constructor

Initializes a new instance of the GridViewTemplates class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewTemplates(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

Remarks

This constructor is automatically called when the ASPxGridView initializes its ASPxGridView.Templates property.

See Also