Class EntityDataPickerConfiguration.NumberRange
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class EntityDataPickerConfiguration.NumberRange
Properties
View SourceMax
Declaration
public int? Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Min
Declaration
public int? Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |