Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyEditorParams

An object used to tune the options for some of the editors in RadDataForm.

Hierarchy

  • void
    • PropertyEditorParams

Index

Properties

maximum

maximum: number

Gets or sets the maximum value supported by an editor if maximum is relevant for this editor.

minimum

minimum: number

Gets or sets the minimum value supported by an editor if minimum is relevant for this editor.

step

step: number

Gets or sets the step that is used to increase the editor value incrementally if step is relevant for this editor.

Static maximumProperty

maximumProperty: Property

Identifies the maximum dependency property.

Static minimumProperty

minimumProperty: Property

Identifies the minimum dependency property.

Static stepProperty

stepProperty: Property

Identifies the step dependency property.

Generated using TypeDoc