Skip to content

DevExpress-Examples/winforms-layout-control-register-custom-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Layout Control - Create and register custom layout items

This example creates a custom Layout Control and registers custom layout items. The MyLayoutControlImplementor class overrides CreateLayoutItem and CreateLayoutGroup methods to return custom layout items.

Files to Review