Class ViewType
Represents the type of a view.
public class ViewType : Control
- Inheritance
-
ViewType
Constructors
ViewType()
Initializes a new instance of the ViewType class.
public ViewType()
Properties
TypeName
Gets or sets the name of the type.
public string TypeName { get; set; }
Property Value
- string
The name of the type.