DisplayColumnAttribute.SortColumn 属性

定义

获取用于排序的列的名称。Gets the name of the column to use for sorting.

public:
 property System::String ^ SortColumn { System::String ^ get(); };
public string SortColumn { get; }
public string? SortColumn { get; }
member this.SortColumn : string
Public ReadOnly Property SortColumn As String

属性值

String

排序列的名称。The name of the sort column.

适用于