Version

TilePanelPropertyIds Enumeration

Enumeration of UltraTilePanel property id's
Syntax
'Declaration
 
Public Enum TilePanelPropertyIds 
   Inherits System.Enum
public enum TilePanelPropertyIds : System.Enum 
Members
MemberDescription
AllowMovingUltraTile.AllowMoving property.
AnimationsEnabledUltraTilePanel.AnimationsEnabled property.
AppearanceAppearance property.
AppearancesUltraTilePanel.Appearances property.
BorderStyleBorderStyle property.
CaptionUltraTile.Caption property.
CloseButtonAppearanceUltraTileSettings.CloseButtonAppearance property.
CloseButtonHotTrackAppearanceUltraTileSettings.CloseButtonHotTrackAppearance property.
ControlUltraTile.Control property.
DropAreaAppearanceUltraTilePanel.DropAreaAppearance property.
DropAreaBorderStyleUltraTilePanel.DropAreaBorderStyle property.
EmptyTileAreaAppearanceUltraTilePanel.EmptyTileAreaAppearance property.
EmptyTileAreaBorderStyleUltraTilePanel.EmptyTileAreaBorderStyle property.
HeaderAppearanceUltraTileSettings.HeaderAppearance property.
HeaderExtentUltraTileSettings.HeaderExtent property.
HeaderPositionUltraTileSettings.HeaderPosition property.
ImageListUltraTilePanel.ImageList property.
LargeTileOrientationUltraTilePanel.LargeTileOrientation property.
LargeTilePositionUltraTilePanel.LargeTilePosition property.
LargeTilesUltraTilePanel.LargeTiles property.
MaximumColumnsUltraTilePanel.MaximumColumns property.
MaximumRowsUltraTilePanel.MaximumRows property.
MaximumSizeUltraTileSettings.MaximumSize property.
MaximumVisibleLargeTilesUltraTilePanel.MaximumVisibleLargeTiles property.
MinimumColumnsUltraTilePanel.MinimumColumns property.
MinimumRowsUltraTilePanel.MinimumRows property.
MinimumTileSizeUltraTilePanel.MinimumTileSize property.
PositionInNormalModeUltraTile.PositionInNormalMode property.
ScrollBarLookUltraTilePanel.ScrollBarLook property.
SettingsUltraTile.Settings property.
ShowCloseButtonUltraTileSettings.ShowCloseButton property.
ShowStateChangeButtonUltraTileSettings.ShowStateChangeButton property.
ShowTileShadowUltraTileSettings.ShowTileShadow property.
StateUltraTile.State property.
StateChangeButtonLargeAppearanceUltraTileSettings.StateChangeButtonLargeAppearance property.
StateChangeButtonLargeHotTrackAppearanceUltraTileSettings.StateChangeButtonLargeHotTrackAppearance property.
StateChangeButtonNormalAppearanceUltraTileSettings.StateChangeButtonNormalAppearance property.
StateChangeButtonNormalHotTrackAppearanceUltraTileSettings.StateChangeButtonNormalHotTrackAppearance property.
TilesUltraTilePanel.Tiles property.
TileSettingsUltraTilePanel.TileSettings property.
Remarks

Property identifiers are passed to handlers of the Infragistics.Win.UltraControlBase.PropertyChanged event. This provides a generic technique for both receiving notification of changes in the state of a control and responding to those changes. All controls derived from Infragistics.Win.UltraControlBase 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