Visual Basic (Declaration) | |
---|---|
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)> Public Property ItemsPanel As ItemsPanelTemplate |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2ReferencesComboBox Dim value As ItemsPanelTemplate instance.ItemsPanel = value value = instance.ItemsPanel |
C# | |
---|---|
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)] public ItemsPanelTemplate ItemsPanel {get; set;} |
C++/CLI | |
---|---|
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)] public: property ItemsPanelTemplate^ ItemsPanel { ItemsPanelTemplate^ get(); void set ( ItemsPanelTemplate^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2