TileControl.OnPropertiesChanged() Method
Updates the Tile Control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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