[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseDataValidator.Name

Name Property

Name

Gets or sets the CellValidator's name.

Declaration
public string Name { get; set; }
Public Property Name As String
Property Value
Type Description
string

A string value that represents the CellValidator's name. The default is String.Empty.

Implements