ColumnBaseInputRange Property

Get or sets this column's input range.

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public string InputRange { get; set; }

Property Value

String

Remarks

This input range will be used to validate user input and as the default of a ListControlBaseValues property of controls that are bound to this property.

See Also