Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / DropDownCalculatorStyle Property


In This Topic
    DropDownCalculatorStyle Property
    In This Topic
    Gets or sets the drop down calculator style which used when dropdown calculator is rendered.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property DropDownCalculatorStyle As Style
    'Usage
     
    Dim instance As GcNumber
    Dim value As Style
     
    instance.DropDownCalculatorStyle = value
     
    value = instance.DropDownCalculatorStyle
    [Bindable(true)]
    public Style DropDownCalculatorStyle {get; set;}

    Property Value

    A System.Windows.Style used for setting dropdown calculator's properties. The default value is a null reference (Nothing in Visual Basic).
    Remarks
    User can set dropdown calculator's visual, layout and behavior through this property.
    See Also