Skip to main content
A newer version of this page is available. .

TileControl.OnPropertiesChanged() Method

Updates the Tile Control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void OnPropertiesChanged()

Remarks

The OnPropertiesChanged method recalculates all graphical information and redraws the TileControl if it’s not locked by the TileControl.BeginUpdate method call. To get if a tile control is currently locked, use the TileControl.IsLockUpdate method.

See Also