DataGridRow.ItemsPanel 属性

定义

获取或设置一个模板,它定义用于控制行中单元格布局的面板。

public:
 property System::Windows::Controls::ItemsPanelTemplate ^ ItemsPanel { System::Windows::Controls::ItemsPanelTemplate ^ get(); void set(System::Windows::Controls::ItemsPanelTemplate ^ value); };
public System.Windows.Controls.ItemsPanelTemplate ItemsPanel { get; set; }
member this.ItemsPanel : System.Windows.Controls.ItemsPanelTemplate with get, set
Public Property ItemsPanel As ItemsPanelTemplate

属性值

一个模板,它定义用于行中单元格布局的面板。 已注册的默认值为 null。 有关可能影响该值的因素的信息,请参见 DependencyProperty

适用于

另请参阅