• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadGeometryDropDownButton

Represents a Geometry DropDown Button Control.

Inheritance
System.Object
RadButton
RadDropDownButton
RadGeometryDropDownButton
Inherited Members
RadDropDownButton.DropDownIndicatorVisibilityProperty
RadDropDownButton.AutoOpenDelayProperty
RadDropDownButton.CloseOnEscapeProperty
RadDropDownButton.CloseOnEnterProperty
RadDropDownButton.DropDownContentProperty
RadDropDownButton.DropDownWidthProperty
RadDropDownButton.DropDownHeightProperty
RadDropDownButton.DropDownMinWidthProperty
RadDropDownButton.DropDownMinHeightProperty
RadDropDownButton.DropDownMaxWidthProperty
RadDropDownButton.DropDownMaxHeightProperty
RadDropDownButton.IsOpenProperty
RadDropDownButton.KeepOpenProperty
RadDropDownButton.DropDownButtonPositionProperty
RadDropDownButton.DropDownPlacementProperty
RadDropDownButton.PopupPlacementTargetProperty
RadDropDownButton.DropDownContentTemplateProperty
RadDropDownButton.DropDownContentTemplateSelectorProperty
RadDropDownButton.DropDownClosedEvent
RadDropDownButton.DropDownOpenedEvent
RadDropDownButton.DropDownOpeningEvent
RadDropDownButton.CloseOnPopupMouseLeftButtonUpProperty
RadDropDownButton.Finalize()
RadDropDownButton.Dispose()
RadDropDownButton.OnMouseWheel(MouseWheelEventArgs)
RadDropDownButton.OnHover()
RadDropDownButton.OnActivate()
RadDropDownButton.OnClick()
RadDropDownButton.OnKeyDown(KeyEventArgs)
RadDropDownButton.ApplyDropDownButtonPosition()
RadDropDownButton.ApplyPopupPlacement()
RadDropDownButton.OnDropDownContentChanged(Object, Object)
RadDropDownButton.OnDropDownPlacementChanged(DataTemplate, DataTemplate)
RadDropDownButton.OnDropDownContentTemplateChanged(DataTemplate, DataTemplate)
RadDropDownButton.OnDropDownContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)
RadDropDownButton.OnIsOpenChanged(Boolean, Boolean)
RadDropDownButton.IsOpen
RadDropDownButton.KeepOpen
RadDropDownButton.DropDownIndicatorVisibility
RadDropDownButton.AutoOpenDelay
RadDropDownButton.CloseOnEscape
RadDropDownButton.CloseOnEnter
RadDropDownButton.DropDownContent
RadDropDownButton.DropDownButtonPosition
RadDropDownButton.DropDownPlacement
RadDropDownButton.DropDownContentTemplate
RadDropDownButton.DropDownContentTemplateSelector
RadDropDownButton.DropDownWidth
RadDropDownButton.DropDownHeight
RadDropDownButton.DropDownMinWidth
RadDropDownButton.DropDownMinHeight
RadDropDownButton.DropDownMaxWidth
RadDropDownButton.DropDownMaxHeight
RadDropDownButton.CloseOnPopupMouseLeftButtonUp
RadDropDownButton.PopupPlacementTarget
RadDropDownButton.DropDownClosed
RadDropDownButton.DropDownOpened
RadDropDownButton.DropDownOpening
RadButton.CommandParameterProperty
RadButton.CommandProperty
RadButton.CommandTargetProperty
RadButton.HoverDelayProperty
RadButton.CornerRadiusProperty
RadButton.InnerCornerRadiusProperty
RadButton.IsBackgroundVisibleProperty
RadButton.ActivateEvent
RadButton.HoverEvent
RadButton.ClickEvent
RadButton.OnLostFocus(RoutedEventArgs)
RadButton.OnGotFocus(RoutedEventArgs)
RadButton.OnMouseEnter(MouseEventArgs)
RadButton.OnMouseLeave(MouseEventArgs)
RadButton.OnMouseMove(MouseEventArgs)
RadButton.OnIsPressedChanged(DependencyPropertyChangedEventArgs)
RadButton.Command
RadButton.CommandParameter
RadButton.CommandTarget
RadButton.HoverDelay
RadButton.CornerRadius
RadButton.InnerCornerRadius
RadButton.IsBackgroundVisible
RadButton.Activate
RadButton.Hover
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax

public class RadGeometryDropDownButton : RadDropDownButton, ICommandSource, IPopupHost, IPopupWrapperOwner, IDisposable, IGeometryButton

Constructors

RadGeometryDropDownButton()

Initializes a new instance of the RadGeometryDropDownButton class.

Declaration
public RadGeometryDropDownButton()

Fields

CloseOnClickProperty

Registers the CloseOnClick dependency property.

Declaration
public static readonly DependencyProperty CloseOnClickProperty
Field Value
System.Windows.DependencyProperty

DropDownPopupHorizontalOffsetProperty

Registers the DropDownPopupHorizontalOffset dependency property.

Declaration
public static readonly DependencyProperty DropDownPopupHorizontalOffsetProperty
Field Value
System.Windows.DependencyProperty

DropDownPopupVerticalOffsetProperty

Registers the DropDownPopupVerticalOffset dependency property.

Declaration
public static readonly DependencyProperty DropDownPopupVerticalOffsetProperty
Field Value
System.Windows.DependencyProperty

GeometryProperty

Registers the Geometry dependency property.

Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
System.Windows.DependencyProperty

ShouldCenterPopupProperty

Registers the ShouldCenterPopup dependency property.

Declaration
public static readonly DependencyProperty ShouldCenterPopupProperty
Field Value
System.Windows.DependencyProperty

Properties

CloseOnClick

Gets or sets whether the drop down popup should be closed on click inside it.

Declaration
public bool CloseOnClick { get; set; }
Property Value
System.Boolean

DropDownPopupHorizontalOffset

Gets or sets the horizontal offset of the dropdown popup.

Declaration
public double DropDownPopupHorizontalOffset { get; set; }
Property Value
System.Double

The horizontal offset.

DropDownPopupVerticalOffset

Gets or sets the vertical offset of the dropdown popup.

Declaration
public double DropDownPopupVerticalOffset { get; set; }
Property Value
System.Double

The vertical offset.

Geometry

Gets or sets the geometry.

Declaration
public Geometry Geometry { get; set; }
Property Value
System.Windows.Media.Geometry

The geometry.

Implements
IGeometryButton.Geometry

ShouldCenterPopup

Gets or sets whether the drop down popup should be centered.

Declaration
public bool ShouldCenterPopup { get; set; }
Property Value
System.Boolean

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
RadDropDownButton.OnApplyTemplate()

OnCreateAutomationPeer()

Creates a RadDropDownButtonAutomationPeer.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

Overrides
RadDropDownButton.OnCreateAutomationPeer()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
  • Themes Generator
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
  • System Requirements
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.