Table of Contents

Class Range<T>

Namespace
Dynamicweb.CoreUI.Editors
Assembly
Dynamicweb.CoreUI.dll
public sealed class Range<T> : Range where T : Number

Type Parameters

T
Inheritance
Range<T>
Inherited Members
Extension Methods

Constructors

Range(T)

public Range(T editorTemplate)

Parameters

editorTemplate T

Properties

EditorTemplate

public T EditorTemplate { get; }

Property Value

T

Methods

GetMaximumEditor()

public override sealed EditorBase GetMaximumEditor()

Returns

EditorBase

GetMinimumEditor()

public override sealed EditorBase GetMinimumEditor()

Returns

EditorBase

IsInheritanceValid()

public override bool IsInheritanceValid()

Returns

bool
To top