WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownPaint - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownPaint

    Inheritance
    System.Object
    DropDownPaint
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class DropDownPaint

    Constructors

    DropDownPaint()

    Default constructor.

    Declaration
    public DropDownPaint()

    Methods

    DrawDropDown(DrawingContext, Rect, String, GridStyleInfo)

    Draws the GridCellDropDownControlBase in the cell rectangle.

    Declaration
    public void DrawDropDown(DrawingContext dc, Rect rc, string text, GridStyleInfo style)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext dc

    The drawing context.

    System.Windows.Rect rc

    Cell rectangle.

    System.String text

    Text to be drawn over the button.

    GridStyleInfo style

    Cell style information.

    GetDropDownVisualStyle(GridCellDropDownControlBase, GridStyleInfo)

    Declaration
    public GridCellDropDownControlBase GetDropDownVisualStyle(GridCellDropDownControlBase dropdown, GridStyleInfo style)
    Parameters
    Type Name Description
    GridCellDropDownControlBase dropdown
    GridStyleInfo style
    Returns
    Type Description
    GridCellDropDownControlBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved