Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.ExprAttribute.Disable Property

Defines whether the property is hidden or just disabled when it's not processed. The default is to hide the property.

Class: YetaWF.Core.Models.Attributes.ExprAttribute
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public bool Disable { get; set; }

Remarks

This property is only used for Processxxx attributes and ignored for others.

See Also YetaWF.Core.Models.Attributes.ExprAttribute ClassYetaWF.Core Overview