Skip to main content

TileControl.OnPropertiesChanged() Method

Updates the Tile Control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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