Enum
TreeListNewRowPosition

The position at which a new data item is inserted in the TreeList. By default, new data item appear at the top of the table.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum TreeListNewRowPosition

Fields

Bottom

The new data item appears at the bottom of the TreeList.

Declaration

cs-api-definition
Bottom = 1

Field Value

TreeListNewRowPosition

Top

The new data item appears at the top of the TreeList (default).

Declaration

cs-api-definition
Top = 0

Field Value

TreeListNewRowPosition

In this article
DefinitionFieldsBottomTop
Not finding the help you need?
Contact Support