ClassRadColorPaletteViewItem
Represents an item in the RadColorPaletteView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadColorPaletteViewItem : RadListBoxItem, ISelectorItem
Inheritance: objectListItemRadListBoxItemRadColorPaletteViewItem
Implements:
Inherited Members
Constructors
RadColorPaletteViewItem()
Initializes a new instance of the RadColorPaletteViewItem class.
Declaration
public RadColorPaletteViewItem()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
DependencyProperty
PositionStateProperty
Identifies the PositionState dependency property.
Declaration
public static readonly DependencyProperty PositionStateProperty
Field Value
DependencyProperty
Properties
Color
Gets or sets the color of a particular item.
Declaration
public Color Color { get; set; }
Property Value
Color
PositionState
Gets or sets the PositionState.
Declaration
public PositionState PositionState { get; set; }
Property Value
The PositionState..
Methods
OnCreateAutomationPeer()
Called by the Automation infrastructure when AutomationPeer is requested for this element. The element can return null or the instance of AutomationPeer-derived class, if it supports UI Automation.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides