ClassDropDownEditor
Class
Represents a host of a custom editor. It represents a RadDropDownButton with that editor as DropDownContent.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DropDownEditor : CustomEditorBase
Inheritance: objectCustomEditorBaseDropDownEditor
Inherited Members
Constructors
DropDownEditor()
Initializes a new instance of the DropDownEditor class.
Declaration
cs-api-definition
public DropDownEditor()
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides