The VersionEditControl control provides a standard UI component for editing System.Version properties.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class VersionEditControl : EditControl
Visual Basic
Public Class VersionEditControl
	Inherits EditControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..EditControl
        DotNetNuke.UI.WebControls..::..VersionEditControl

See Also