TreeGridTextBoxValidationColumnResourceProvider Property

Gets or sets the String resource provider that is used to retrieve and validate the entered data.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public IResourceProvider ResourceProvider { get; set; }

Property Value

IResourceProvider

Implements

IGridTextBoxValidationColumnResourceProvider

See Also