HtmlDxDataGridColumnDescription.

VisibleIndex Property

Summary

Gets or sets the position of the column regarding other columns. See ReportColumn for values of default columns. Default value is zero, which means that the column will be added before any default columns.

Syntax

public int VisibleIndex { get; set; }

Value

Type Description
int
GitHub