Click or drag to resize

ValidationItemFriendlyName Property

Gets or sets the friendly-name of the property.

Namespace:  Xcalibur.Extensions.MVVM.Models
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string FriendlyName { get; set; }

Property Value

Type: String
The name of the friendly.

Implements

IValidationItemFriendlyName
See Also