Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentBase.ComponentType Enumeration

The component type. YetaWF supports edit components which are used to input data and are modifiable and display components which are used to display data and cannot be modified.

Class: YetaWF.Core.Components.YetaWFComponentBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public enum ComponentType;

Values

NameValueDescription
Display0Display component.
Edit1Edit component.

See Also YetaWF.Core.Components.YetaWFComponentBase Class YetaWF.Core Overview