Class BlockGridConfiguration.NumberRange
Represents a numeric range with optional minimum and maximum values.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class BlockGridConfiguration.NumberRange
Constructors
View SourceNumberRange()
Declaration
public NumberRange()
Properties
View SourceMax
Gets or sets the maximum value of the range.
Declaration
public int? Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Min
Gets or sets the minimum value of the range.
Declaration
public int? Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |