Gets or sets the property names to exclude.

Namespace: Castle.MonoRail.Framework
Assembly:  Castle.MonoRail.Framework (in Castle.MonoRail.Framework.dll)
Version: 1.0.3.0

Syntax

C#
public string Exclude{ get; set;}

Field Value

A comma separated list of property names to exclude from databinding.

Remarks

The property name should include the prefix.

See Also