Skip to main content
Tab

QuickTimeObjectProperties(ASPxObjectContainer) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public QuickTimeObjectProperties(
    ASPxObjectContainer objectContainer
)

Parameters

Name Type Description
objectContainer ASPxObjectContainer

An ASPxObjectContainer object that represents the owner of the created object.

See Also