Version

PaletteInfo Property (UltraColorPalette)

Get/sets the UltraPaletteInfo object which provides palette and style information to the UltraColorPalette.
Syntax
'Declaration
 
Public Property PaletteInfo As UltraPaletteInfo
public UltraPaletteInfo PaletteInfo {get; set;}
Remarks
The UltraPaletteInfo component provides grid palette, custom palette, and other style settings to the UltraColorPalette or Infragistics.Win.UltraWinEditors.UltraColorPicker controls. Any number of UltraColorPalette and UltraColorPicker controls can be assigned to the same UltraPaletteInfo, thus allowing all of the control to share the same palettes and styles.
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