GrapeCity.Windows.SpreadGrid 名前空間 > ComboBoxCellType クラス : DropDownButtonStyle プロパティ |
'Declaration
Public Property DropDownButtonStyle As Style
public Style DropDownButtonStyle {get; set;}
<sg:GcSpreadGrid> <sg:GcSpreadGrid.Columns> <sg:Column Width="100"> <sg:Column.CellType> <sg:ComboBoxCellType> <sg:ComboBoxCellType.DropDownButtonStyle> <Style TargetType="sg:CellDropDownButton"> <Setter Property="Width" Value="40" /> </Style> </sg:ComboBoxCellType.DropDownButtonStyle> </sg:ComboBoxCellType> </sg:Column.CellType> </sg:Column> </sg:GcSpreadGrid.Columns> </sg:GcSpreadGrid>