Skip to main content

ITreeGridColumn.Order property

Namespace: NextDesign.Core

Description

Column display order

int Order { get; }

type

  • int

Exceptions

NameException ClassDescription
Illegal operationInvalidOperationExceptionWhen a value other than 0 is set for the leftmost (display order is 0) column information
or when 0 is set for a non-leftmost (display order is other than 0) column information