TrackBarItemCollection(IWebControlObject) Constructor
Initializes a new instance of the TrackBarItemCollection class with the specified owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TrackBarItemCollection(
IWebControlObject owner
)
Public Sub New(
owner As IWebControlObject
)
Parameters
Name | Type | Description |
---|---|---|
owner | DevExpress.Web.Internal.IWebControlObject | An object that implements the IWebControlObject interface. |
See Also
Feedback