TabImageProperties(IPropertiesOwner) Constructor
Initializes a new instance of the TabImageProperties class with the specified owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TabImageProperties(
IPropertiesOwner owner
)
Public Sub New(
owner As IPropertiesOwner
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | A IPropertiesOwner-implemented object that owns the created object. |
See Also
Feedback