New to Telerik UI for .NET MAUIStart a free 30-day trial

Allows picking a specific color from a collection of colors. Base class for RichTextEditor toolbar items which work with picking color, such as RichTextEditorTextColorToolbarItem and RichTextEditorHighlightTextColorToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RichTextEditorColorPickerToolbarItem : RichTextEditorListPickerButtonToolbarItem

Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemDropDownButtonToolbarItemDropDownListButtonToolbarItemListPickerButtonToolbarItemRichTextEditorListPickerButtonToolbarItemRichTextEditorColorPickerToolbarItem...

Derived Classes: RichTextEditorHighlightTextColorToolbarItemRichTextEditorTextColorToolbarItem

Inherited Members ListPickerButtonToolbarItem.ItemStylePropertyListPickerButtonToolbarItem.ItemTemplatePropertyListPickerButtonToolbarItem.SelectedItemPropertyListPickerButtonToolbarItem.DisplayMemberPathPropertyListPickerButtonToolbarItem.DisplayStringFormatPropertyListPickerButtonToolbarItem.DisplayValueConverterPropertyListPickerButtonToolbarItem.ItemStyleListPickerButtonToolbarItem.ItemTemplateListPickerButtonToolbarItem.SelectedItemListPickerButtonToolbarItem.DisplayMemberPathListPickerButtonToolbarItem.DisplayStringFormatListPickerButtonToolbarItem.DisplayValueConverterListPickerButtonToolbarItem.SelectionChangedDropDownListButtonToolbarItem.ItemsSourcePropertyDropDownListButtonToolbarItem.ItemsSourceDropDownButtonToolbarItem.IsOpenPropertyDropDownButtonToolbarItem.DropDownContentStylePropertyDropDownButtonToolbarItem.DropDownContentTemplatePropertyDropDownButtonToolbarItem.DropDownIndicatorStylePropertyDropDownButtonToolbarItem.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItem.IsOpenDropDownButtonToolbarItem.DropDownContentStyleDropDownButtonToolbarItem.DropDownContentTemplateDropDownButtonToolbarItem.DropDownIndicatorStyleDropDownButtonToolbarItem.DropDownIndicatorTemplateDropDownButtonToolbarItem.IsOpenChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled...

Constructors

C#
public RichTextEditorColorPickerToolbarItem()

Methods

Returns the default collection of colors to be used inside the RichTextEditorColorPickerToolbarItem drop down list.

C#
protected virtual IList<Color> CreateDefaultColors()
Returns:

IList<Color>