Back to Devexpress

TileControl.OnPropertiesChanged() Method

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-380e6ccf.md

latest1.4 KB
Original Source

TileControl.OnPropertiesChanged() Method

Updates the Tile Control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void OnPropertiesChanged()
vb
Public Sub 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

BeginUpdate()

IsLockUpdate

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace