MobileForms Toolkit Documentation

Cell.Customizing Property

Gets the value indicating wether the cell is currently customizing via CustomizeCell event.

protected internal bool Customizing {get; set;}

Remarks

Customizing can be used to determine wether the cell is customizing via CustomizeCell event and do additional task. For example, Bounds does not notify AdvancedList about change, because new Bounds are related to that customizing cell only.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace