Interface LayoutCell

All Known Subinterfaces:
ColumnLayoutCell, FieldLayoutCell, HorizontalBoxLayoutCell, ListLayoutCell, VerticalBoxLayoutCell

public interface LayoutCell
The LayoutCell interface provides the base class for all layout cells. A layout cell provides the ability to override properties from the parent control's layout for any individual control.

Further documentation.

Since:
V4.4