MobileForms Toolkit Documentation

Cell.CustomizeCell Property

Gets or sets the boolean value indicating whether cells can be customized during drawing of AdvancedComboBox.

public bool CustomizeCell {get; set;}

Property Value

true enable cell customization, otherwise false.

Remarks

If CustomizeCell is set to true, then CustomizeCell event is called when cell has to be displayed.

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace