RepeatInfo.Caption Propiedad

Definición

Obtiene o establece la propiedad Caption si el control se procesa como Table.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

Valor de propiedad

String

Una cadena que especifica el título de Table.

Se aplica a

Consulte también