TileControl.OnPropertiesChanged() Method
In This Article
Updates the Tile Control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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