Version

ControlLayoutManagerPropertyIds Enumeration

Property ids for the ControlLayoutManagerBase and its associated classes
Syntax
'Declaration
 
Public Enum ControlLayoutManagerPropertyIds 
   Inherits System.Enum
public enum ControlLayoutManagerPropertyIds : System.Enum 
Members
MemberDescription
AlignmentUltraFlowLayoutManager.Alignment property
ContainerControlControlLayoutManagerBase.ContainerControl property
ExpandToFitHeightUltraGridBagLayoutManager.ExpandToFitHeight property
ExpandToFitWidthUltraGridBagLayoutManager.ExpandToFitWidth property
HorizontalAlignmentUltraFlowLayoutManager.HorizontalAlignment property
HorizontalGapUltraFlowLayoutManager.HorizontalGap property
MarginsControlLayoutManagerBase.Margins property
OrientationUltraFlowLayoutManager.Orientation property
VerticalAlignmentUltraFlowLayoutManager.VerticalAlignment property
VerticalGapUltraFlowLayoutManager.VerticalGap property
WrapItemsUltraFlowLayoutManager.WrapItems property
Remarks

Property identifiers are passed to handlers of the Infragistics.Win.UltraComponentBase.PropertyChanged event. This provides a generic technique for both receiving notification of changes in the state of a component and responding to those changes. All components derived from Infragistics.Win.UltraComponentBase expose this functionality.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also