DataGridLength.Auto Właściwość

Definicja

DataGridLength Pobiera strukturę reprezentującą standardowy tryb automatycznego określania rozmiaru.

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

Wartość właściwości

Struktura DataGridLength reprezentująca standardowy tryb automatycznego określania rozmiaru.

Uwagi

Standardowy tryb automatycznego określania rozmiaru określa kolumny DataGrid na podstawie zawartości komórek i nagłówków kolumn.

Dotyczy