[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownCalculatorStyle

DropDownCalculatorStyle Property

DropDownCalculatorStyle

Gets or sets the drop down calculator style which used when dropdown calculator is rendered.

Declaration
[Bindable(true)]
public Style DropDownCalculatorStyle { get; set; }
<Bindable(True)>
Public Property DropDownCalculatorStyle As Style
Property Value
Type Description
Style

A Style used for setting dropdown calculator's properties. The default value is null.

Remarks

User can set dropdown calculator's visual, layout and behavior through this property.