ITreeGridColumn.Order property
Namespace: NextDesign.Core
Description
Column display order
int Order { get; }
type
- int
Exceptions
Name | Exception Class | Description |
---|---|---|
Illegal operation | InvalidOperationException | When 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 |