Język

DataGridLength.Auto Właściwość

Definicja

Pobiera strukturę reprezentującą DataGridLength 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 kolumn określa kolumny DataGrid na podstawie zawartości komórek i nagłówków kolumn.

Dotyczy