SkipAttribute Class

Definition

Apply this attribute to a Property or Field to have the BindingContext ignore this object when generating the UI

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class SkipAttribute : Attribute
type SkipAttribute = class
    inherit Attribute
Inheritance
SkipAttribute
Attributes

Constructors

SkipAttribute()

Applies to