• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

SortableItemUIProps

Represents the props of the Sortable item UI component.

NameTypeDefaultDescription

attributes?

any

The atributes that have to be passed to the first child element.

dataItem

any

The data object that represents the current Sortable item.

forwardRef?

(element: HTMLElement) => void

The callback function that has to be passed to the ref property of the first child element.

isActive

boolean

The flag which describes that an item is active.

isDisabled

boolean

The flag which describes that an item is disabled.

isDragCue

boolean

The flag which describes that an item is rendered inside the drag cue.

isDragged

boolean

The flag which describes that an item is dragged.

style

React.CSSProperties

The CSS styles that have to be passed to the first child element.