DisplayColumnAttribute.DisplayColumn 属性

定义

获取要用作显示字段的列的名称。Gets the name of the column to use as the display field.

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

属性值

String

显示列的名称。The name of the display column.

适用于