DataGridLength.Auto Vlastnost

Definice

DataGridLength Získá strukturu, která představuje standardní režim automatické velikosti.

public:
 static property System::Windows::Controls::DataGridLength Auto { System::Windows::Controls::DataGridLength get(); };
public static System.Windows.Controls.DataGridLength Auto { get; }
static member Auto : System.Windows.Controls.DataGridLength
Public Shared ReadOnly Property Auto As DataGridLength

Hodnota vlastnosti

Struktura DataGridLength , která představuje standardní režim automatické velikosti.

Poznámky

Standardní režim automatické velikosti formátuje DataGrid sloupce na základě obsahu záhlaví buněk i sloupců.

Platí pro