[]
        
(Showing Draft Content)

C1.WPF.C1SplitButton

C1SplitButton Class

Button which contains another button in the right side which opens a popup.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
[TemplatePart(Name = "Button", Type = typeof(Button))]
public class C1SplitButton : C1DropDown, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1SplitButton()

Initializes a new instance of a C1SplitButton.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1SplitButton control when a new template is applied.

Events

Name Description
Click

Occurs when a System.Windows.Controls.Button is clicked.

Extension Methods