FilterUserControlBase.DataField Propriedade
Definição
Obtém ou define o nome da coluna a ser filtrada.Gets or sets the name of the column to filter.
public:
property System::String ^ DataField { System::String ^ get(); void set(System::String ^ value); };
public string DataField { get; set; }
member this.DataField : string with get, set
Public Property DataField As String
Valor da propriedade
O nome da coluna a ser filtrada.The name of the column to filter.